We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c71b9f commit 93cf7f2Copy full SHA for 93cf7f2
1 file changed
src/test/java/eu/europa/eudi/pages/Wallet.java
@@ -1148,9 +1148,7 @@ public void scrollUntilmDLOnDocuments() throws InterruptedException {
1148
driver.perform(Collections.singletonList(swipe));
1149
// --- END: REPLACEMENT FOR TouchAction ---// Optional: Add a short pause between swipes
1150
Thread.sleep(50);
1151
- Scroll until visible
1152
-
1153
+ }
1154
} else {
1155
IOSDriver driver = (IOSDriver) test.mobileWebDriverFactory().getDriverIos();
1156
for (int i = 0; i < 6; i++) {
0 commit comments