test("should set the `aria-disabled` attribute when the `disabled` property is true", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-slider-label disabled></fast-slider-label>
            `;