diff --git a/e2e/mobile/page/liveApps/swapLiveApp.ts b/e2e/mobile/page/liveApps/swapLiveApp.ts index b5b664d3a7f..4fc3083f4a0 100644 --- a/e2e/mobile/page/liveApps/swapLiveApp.ts +++ b/e2e/mobile/page/liveApps/swapLiveApp.ts @@ -32,6 +32,7 @@ export default class SwapLiveAppPage { @Step("Expect swap live app page") async expectSwapLiveApp() { + await waitWebElementByTestId(this.fromSelector); await detoxExpect(getWebElementByTestId(this.fromSelector)).toExist(); await detoxExpect(getWebElementByTestId(this.toSelector)).toExist(); await detoxExpect(getWebElementByTestId(this.quotesButtonDisabled)).toExist();