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