Skip to content

Commit

Permalink
Merge pull request #4233 from mstoeg/CATROID-1151
Browse files Browse the repository at this point in the history
CATROID-1151 Fix undo test after renaming a variable
  • Loading branch information
gPathpp authored Jun 29, 2021
2 parents 5c3bcd9 + 0e59225 commit b2695f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ public void testUndoFormulaRenameVariable() {
.performClose();

pressBack();
pressBack();

onView(withId(R.id.menu_undo))
.check(matches(isDisplayed()));
Expand Down

0 comments on commit b2695f8

Please sign in to comment.