test("should return the same value when the `value` property is set before connect", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-select value="Option 2">
                    <fast-option>Option 1</fast-option>