test("should set the `aria-disabled` attribute equal to TRUE when the disabled attribute is present", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-tree-item disabled>tree item</fast-tree-item>
            `;