Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/selenium-4-compatible' i…
Browse files Browse the repository at this point in the history
…nto feature/selenium-4-compatible

# Conflicts:
#	appium/src/main/java/eu/tsystems/mms/tic/testframework/utils/AppiumUtils.java
  • Loading branch information
martingrossmann committed Jul 12, 2024
2 parents d33d008 + bf906dd commit 7df9c10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void swipe(UiElement startElement, Swipe direction) {
int startX = sourceLocation.getX() + sourceSize.getWidth() / 2;
int startY = sourceLocation.getY() + sourceSize.getHeight() / 2;
Point startPoint = new Point(startX, startY);
// TODO: change

this.swipeAction(startElement.getWebDriver(), direction, startPoint);
});
}
Expand Down

0 comments on commit 7df9c10

Please sign in to comment.