Skip to content

Commit

Permalink
fix:interim app finance option
Browse files Browse the repository at this point in the history
  • Loading branch information
culshawn committed Oct 23, 2024
1 parent 28ed8a5 commit d849a5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public void closeCase() {

public void payForInterimApp() {
clickByLinkText("Financial");
waitAndClick("//*[contains(text(),'Send')]", SelectorType.XPATH);
waitAndClick("//*[contains(text(),'Upload documents later')]", SelectorType.XPATH);
UniversalActions.clickSaveAndReturn();
clickByLinkText("Review");
click("declarationsAndUndertakings[declarationConfirmation]", SelectorType.ID);
Expand Down

0 comments on commit d849a5f

Please sign in to comment.