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