test("should set its value to the first enabled option when disabled", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-select disabled>
                    <fast-option>Option 1</fast-option>