Skip to content

Commit

Permalink
Merge pull request #901 from dvsa/interimFinanceDocsOption
Browse files Browse the repository at this point in the history
fix:interim app finance option
  • Loading branch information
culshawn authored Oct 23, 2024
2 parents 28ed8a5 + d849a5f commit 402de35
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 402de35

Please sign in to comment.