Skip to content

Commit

Permalink
fix:Operating centre advert radio select
Browse files Browse the repository at this point in the history
  • Loading branch information
culshawn committed Sep 18, 2024
1 parent 073e838 commit a9d2419
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public void updateOperatingCentreAuthorisation(String newHGVTotalAuthority, Stri
if ((hasHGVAuthorityOnOCIncreased(newHGVTotalAuthority) || hasTrailerAuthorityOnOCIncreased(newTrailerTotalAuthority)) && world.licenceCreation.isGoodsLicence()) {
waitAndClick(editOperatingCentreTitle, SelectorType.XPATH);
waitForElementToBePresent(advertTitle);
clickByXPath("//input[@value='adPlacedLater']");
}
UniversalActions.clickSubmit();
}
Expand Down

0 comments on commit a9d2419

Please sign in to comment.