test("should have a role of `option`", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-option></fast-option>
            `;