test("should set the `aria-label` attribute on the dialog control when provided", async () => {
        await root.evaluate(node => {
            node.innerHTML = /* html */ `
                <fast-dialog aria-label="Label"></fast-dialog>
            `;