diff --git a/cws-test/src/test/java/jpl/cws/test/integration/ui/SystemLevelTestIT.java b/cws-test/src/test/java/jpl/cws/test/integration/ui/SystemLevelTestIT.java index fb94b15b..d48895aa 100644 --- a/cws-test/src/test/java/jpl/cws/test/integration/ui/SystemLevelTestIT.java +++ b/cws-test/src/test/java/jpl/cws/test/integration/ui/SystemLevelTestIT.java @@ -63,7 +63,7 @@ public void runWorkerTest() throws IOException { log.info("Checking if 1 worker is up, 0 are down, and none are running..."); if (findOnPage("1 Workers (1 up, 0 down)") - && findOnPage("0 running")) { + && findOnPage("Idle")) { log.info("SUCCESS: 1 worker is up, 0 are down, and none are running."); WebElement myTable = driver.findElement(By.id("workers-table")); List myRows = myTable.findElements(By.tagName("td"));