Skip to content

Commit

Permalink
fix warmup (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
Any2suited66 authored Sep 26, 2023
1 parent 72d1eee commit ebe0fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/helpers/warmup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const warmup = async () => {

// if we are running Android e2e on Bitrise, we also need to handle the Jailbroken overlay
if (Boolean(process.env.E2E) && Action.platform() === Platform.Android) {
await Assert.isVisible(by.text('Jailbroken'))
await Assert.isVisible(by.text('jailbroken'))
await Action.tap(by.text('Ok'))
}

Expand Down

0 comments on commit ebe0fd5

Please sign in to comment.