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