Skip to content

Commit

Permalink
Wait for form page
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Apr 2, 2024
1 parent 487bf7c commit cec3dcd
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ public FormEntryPage assertOnPage() {
return null;
});

assertToolbarTitle(formName);
WaitFor.waitFor((Callable<Void>) () -> {
assertToolbarTitle(formName);
return null;
});

// Check we are not on the Form Hierarchy page
assertTextDoesNotExist(org.odk.collect.strings.R.string.jump_to_beginning);
Expand Down

0 comments on commit cec3dcd

Please sign in to comment.