test("should set the `aria-disabled` attribute with the `disabled` value when provided", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-menu-item disabled>Menu item</fast-menu-item>
            `;