We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a3793 commit 9a08e71Copy full SHA for 9a08e71
e2e/mobile/page/liveApps/swapLiveApp.ts
@@ -32,6 +32,7 @@ export default class SwapLiveAppPage {
32
33
@Step("Expect swap live app page")
34
async expectSwapLiveApp() {
35
+ await waitWebElementByTestId(this.fromSelector);
36
await detoxExpect(getWebElementByTestId(this.fromSelector)).toExist();
37
await detoxExpect(getWebElementByTestId(this.toSelector)).toExist();
38
await detoxExpect(getWebElementByTestId(this.quotesButtonDisabled)).toExist();
0 commit comments