We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6179e6a commit 77f03e4Copy full SHA for 77f03e4
1 file changed
apps/meteor/tests/e2e/page-objects/fragments/e2ee.ts
@@ -11,7 +11,10 @@ abstract class E2EEBanner {
11
return;
12
}
13
14
- await this.root.page().keyboard.press('Escape').catch(() => undefined);
+ await this.root
15
+ .page()
16
+ .keyboard.press('Escape')
17
+ .catch(() => undefined);
18
await modalBackdrop.waitFor({ state: 'hidden', timeout: 3_000 }).catch(() => undefined);
19
20
0 commit comments