Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit586e496

Browse files
committed
add wait timeout before closing modal in StreamSettingsPage
1 parentf2f6c92 commit586e496

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎tests/ui-testing/pages/dashboardPages/streams.js‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ export default class StreamSettingsPage {
4848
awaitthis.saveButton.waitFor({state:"visible",timeout:15000});
4949
awaitthis.saveButton.click();
5050

51+
awaitthis.page.waitForTimeout(3000);
52+
5153
// Close the modal
52-
awaitthis.closeButton.waitFor({state:"visible",timeout:15000});
54+
//await this.closeButton.waitFor({ state: "visible", timeout: 15000 });
5355
awaitthis.closeButton.click();
5456
}
5557
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp