Skip to content

Commit

Permalink
Segment is already selected
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jan 8, 2025
1 parent 6f55415 commit f8a1af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/androidTest/java/de/blau/android/easyedit/WayTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ public void splitAndMergeWay() {
TestUtils.clickAtCoordinates(device, map, splitNode.getLon(), splitNode.getLat());
TestUtils.sleep(2000);
assertTrue(TestUtils.textGone(device, context.getString(R.string.actionmode_wayselect), 5000));
TestUtils.clickAtCoordinates(device, map, 8.3893820, 47.3895626, true);
assertTrue(TestUtils.clickText(device, false, "↗ Path", false, false));
// TestUtils.clickAtCoordinates(device, map, 8.3893820, 47.3895626, true);
// assertTrue(TestUtils.clickText(device, false, "↗ Path", false, false));
assertTrue(TestUtils.findText(device, false, context.getString(R.string.actionmode_wayselect)));
way = App.getLogic().getSelectedWay();
assertNotNull(way);
Expand Down

0 comments on commit f8a1af3

Please sign in to comment.