Skip to content

Commit 93cf7f2

Browse files
committed
refactoring ios
1 parent 7c71b9f commit 93cf7f2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/test/java/eu/europa/eudi/pages/Wallet.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,9 +1148,7 @@ public void scrollUntilmDLOnDocuments() throws InterruptedException {
11481148
driver.perform(Collections.singletonList(swipe));
11491149
// --- END: REPLACEMENT FOR TouchAction ---// Optional: Add a short pause between swipes
11501150
Thread.sleep(50);
1151-
Scroll until visible
1152-
1153-
1151+
}
11541152
} else {
11551153
IOSDriver driver = (IOSDriver) test.mobileWebDriverFactory().getDriverIos();
11561154
for (int i = 0; i < 6; i++) {

0 commit comments

Comments
 (0)