Skip to content

Commit 23e5c0a

Browse files
committed
Remove timeout
1 parent e10c343 commit 23e5c0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/playwright/fixtures/forms-edit-page.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,5 @@ export class FormsEditPage {
3636
async saveForm() {
3737
await this.page.getByTestId("save-form-button").click();
3838
await this.page.getByText("Form Successfully Saved", { exact: true }).waitFor();
39-
await this.page.waitForTimeout(5000);
4039
}
4140
}

0 commit comments

Comments
 (0)