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