File tree Expand file tree Collapse file tree
WNPRC_EHR/test/src/org/labkey/test/tests/wnprc_ehr Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818import org .apache .commons .lang3 .StringUtils ;
1919import org .assertj .core .api .Assertions ;
20+ import org .awaitility .Awaitility ;
2021import org .jetbrains .annotations .Nullable ;
2122import org .junit .Assert ;
2223import org .junit .BeforeClass ;
8788
8889import java .io .File ;
8990import java .io .IOException ;
91+ import java .time .Duration ;
9092import java .time .LocalDate ;
9193import java .time .LocalDateTime ;
9294import java .time .format .DateTimeFormatter ;
@@ -3485,7 +3487,7 @@ public void updateProgramIncomeAccountWithValidPermissions() throws UnhandledAle
34853487 click (Locator .tagWithId ("button" ,"updateCreditToAccountButton" ));
34863488
34873489 //Verifies the value has been changed, then continues. If value has not been changed, the test fails here.
3488- Awaitility .await ().atMost (Duration .ofSeconds (2 )).untilAsserted (() ->
3490+ Awaitility .await ().atMost (Duration .ofSeconds (2 )).untilAsserted (() ->
34893491 assertEquals ("Updated Program Income Account with invalid permissions." ,
34903492 "testString" , Locator .id ("ctaCell1" ).findElement (getDriver ()).getText ()));
34913493
You can’t perform that action at this time.
0 commit comments