We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ba798 commit 9cb06e7Copy full SHA for 9cb06e7
1st-gen/test/a11y-helpers.ts
@@ -64,6 +64,7 @@ export async function waitForStoryReady(
64
if (el.tagName.includes('-')) {
65
return customElements.whenDefined(el.tagName.toLowerCase());
66
}
67
+ return Promise.resolve();
68
});
69
70
return element;
2nd-gen/packages/swc/utils/a11y-helpers.ts
0 commit comments