diff --git a/dev-packages/e2e-tests/maestro/captureReplay.yml b/dev-packages/e2e-tests/maestro/captureReplay.yml index a7b65612b4..a001c713f8 100644 --- a/dev-packages/e2e-tests/maestro/captureReplay.yml +++ b/dev-packages/e2e-tests/maestro/captureReplay.yml @@ -7,7 +7,3 @@ jsEngine: graaljs replaysOnErrorSampleRate: 1.0 - tapOn: "Capture Exception" - runFlow: utils/assertEventIdVisible.yml -- runFlow: - file: utils/assertReplay.yml - when: - platform: iOS diff --git a/dev-packages/e2e-tests/maestro/utils/assertReplay.yml b/dev-packages/e2e-tests/maestro/utils/assertReplay.yml deleted file mode 100644 index b9885b8227..0000000000 --- a/dev-packages/e2e-tests/maestro/utils/assertReplay.yml +++ /dev/null @@ -1,23 +0,0 @@ -appId: ${APP_ID} -jsEngine: graaljs ---- -- extendedWaitUntil: - visible: - id: "eventId" - timeout: 60_000 # 60 seconds - -- copyTextFrom: - id: "eventId" -- assertTrue: ${maestro.copiedText} - -- runScript: - file: sentryApi.js - env: - fetch: replay - eventId: ${maestro.copiedText} - sentryAuthToken: ${SENTRY_AUTH_TOKEN} - -- assertTrue: ${output.replayId} -- assertTrue: ${output.replayDuration} -- assertTrue: ${output.replaySegments} -- assertTrue: ${output.replayCodec == "ftypmp42"}