From a6085ee46bfe62cdbd4682be8375c264744aceac Mon Sep 17 00:00:00 2001 From: Joshua Rodriguez Date: Thu, 6 Feb 2025 16:43:10 -0800 Subject: [PATCH] Amends previous --- .../test/java/jpl/cws/test/integration/ui/HistoryTestIT.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cws-test/src/test/java/jpl/cws/test/integration/ui/HistoryTestIT.java b/cws-test/src/test/java/jpl/cws/test/integration/ui/HistoryTestIT.java index 876c2501..56de352d 100644 --- a/cws-test/src/test/java/jpl/cws/test/integration/ui/HistoryTestIT.java +++ b/cws-test/src/test/java/jpl/cws/test/integration/ui/HistoryTestIT.java @@ -88,6 +88,8 @@ public void runResultsTest() throws IOException { sleep(10000); + // Refresh element before clicking + hideLineCheckbox = findElByXPath("//input[@id='showall']"); hideLineCheckbox.click(); if (findOnPage("History Page.")