Skip to content

Commit

Permalink
Update tests to account for the presence of premium modules (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-tchad authored Nov 5, 2024
1 parent 6521341 commit fafc93a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,8 @@ private void verifyQCFlagLink(String analyteName, String expectedFlag)
click(Locator.linkContainingText(expectedFlag).index(0));
_extHelper.waitForExt3Mask(WAIT_FOR_JAVASCRIPT);
sleep(1500);
assertTextPresent("CV", 4); // 3 occurances of PCV and 1 of %CV
assertTextPresent("PCV", 3);
assertTextPresent("%CV", 1);

//verify text is in expected form
waitForText("Standard1 " + analyteName + " - " + isotype + " " + conjugate + " under threshold for AUC");
Expand Down

0 comments on commit fafc93a

Please sign in to comment.