Skip to content

Commit 4b6eb59

Browse files
authored
fix: vue e2e test by adding timeout (#5394)
1 parent 773edeb commit 4b6eb59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

showcases/e2e/home/showcase-home.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ const testFormComponents = async (
9797
for (const locator of formResetButton) {
9898
if (await locator.isVisible()) {
9999
await locator.click({ force: true });
100+
// Wait until event for reset was fired
101+
await page.waitForTimeout(1000);
100102
}
101103
}
102104

0 commit comments

Comments
 (0)