Skip to content

Commit c5716bb

Browse files
test: dapp connectivity scenario added
1 parent ba9b64e commit c5716bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/performance/login/uniswap-connectivity.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ test.describe(`${PerformanceLogin}`, () => {
8282
connectTimer.start();
8383
await switchToMobileBrowser(device);
8484

85-
await AppwrightHelpers.withWebAction(
85+
await AppwrightHelpers.withNativeAction(
8686
device,
8787
async () => {
8888
await UniswapDapp.isUniswapDisplayed();

wdio/screen-objects/UniswapDapp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ class UniswapDapp {
7373
}
7474

7575
get uniswapIcon() {
76-
return AppwrightSelectors.getElementByID(
76+
return AppwrightSelectors.getElementByXpath(
7777
this._device,
78-
'account-icon',
78+
'//android.app.AlertDialog',
7979
);
8080
}
8181

0 commit comments

Comments
 (0)