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 00b59eb commit 3bbb5e9Copy full SHA for 3bbb5e9
1 file changed
dev-packages/e2e-tests/maestro/utils/assertEventIdVisible.yml
@@ -10,6 +10,13 @@ jsEngine: graaljs
10
id: "eventId"
11
- assertTrue: ${maestro.copiedText}
12
13
+# Add a delay for iOS platform to ensure replays are available before the api call
14
+- evalScript: |
15
+ if (maestro.platform === "iOS") {
16
+ maestro.sleep(10000);
17
+ }
18
+ true;
19
+
20
- runScript:
21
file: sentryApi.js
22
env:
0 commit comments