diff --git a/dev-packages/e2e-tests/maestro/replayStopResume.yml b/dev-packages/e2e-tests/maestro/replayStopResume.yml index d2c2fd73af..c53473a857 100644 --- a/dev-packages/e2e-tests/maestro/replayStopResume.yml +++ b/dev-packages/e2e-tests/maestro/replayStopResume.yml @@ -25,18 +25,9 @@ jsEngine: graaljs - runFlow: utils/assertReplay.yml # stop() must halt recording: a subsequent error carries no replay at all. -# -# Android-only for now: sentry-cocoa's stop() does not clear scope.replayId, so -# on iOS an error captured after stop() still carries the stopped replay's id -# (unlike Android/sentry-java, which reset it to EMPTY_ID). Gate this assertion -# to Android until the cocoa fix lands, then re-enable it cross-platform. -- runFlow: - when: - platform: Android - commands: - - tapOn: - id: 'stopReplay' - - tapOn: 'Clear Event Id' - - runFlow: utils/primeReplayBuffer.yml - - tapOn: 'Capture Exception' - - runFlow: utils/assertNoReplay.yml +- tapOn: + id: 'stopReplay' +- tapOn: 'Clear Event Id' +- runFlow: utils/primeReplayBuffer.yml +- tapOn: 'Capture Exception' +- runFlow: utils/assertNoReplay.yml