Skip to content

Commit

Permalink
Revert change made in history test
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Oct 25, 2023
1 parent 87bd3df commit 46b9560
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ public void runResultsTest() throws IOException {
findOnPage("CWS - History");

// this no longer makes sense
// log.info("TEMP: No Show all exists");
// WebElement hideLineCheckbox = findElByXPath("//input[@id='showall']");
// waitForElement(hideLineCheckbox);
//
// sleep(10000);
//
// hideLineCheckbox.click();
log.info("TEMP: No Show all exists");
WebElement hideLineCheckbox = findElByXPath("//input[@id='showall']");
waitForElement(hideLineCheckbox);

sleep(10000);

hideLineCheckbox.click();

if (findOnPage("History Page.")
&& findOnPage("Command 'mkdir Test' exit code: 0")
Expand Down

0 comments on commit 46b9560

Please sign in to comment.