Skip to content

Commit

Permalink
fix:new app finance doc option
Browse files Browse the repository at this point in the history
  • Loading branch information
culshawn committed Oct 23, 2024
1 parent 0276938 commit 33d6b4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public void startANewLicenceApplication(String licenceType) throws IllegalBrowse
axeScanner.scan(true);
UniversalActions.clickSaveAndContinue();
waitForTitleToBePresent("Financial evidence");
waitAndClick("//*[contains(text(),'Send documents')]", SelectorType.XPATH);
waitAndClick("//*[contains(text(),'Upload documents later')]", SelectorType.XPATH);
UniversalActions.clickSaveAndContinue();

//transport manager
Expand Down

0 comments on commit 33d6b4a

Please sign in to comment.