We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa63be9 + 9a08e71 commit efcfc12Copy full SHA for efcfc12
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