From 735d6d3eb02013b0e8337c442066495681b55a92 Mon Sep 17 00:00:00 2001 From: wcgunter <wgunter@udel.edu> Date: Mon, 27 Nov 2023 13:43:01 -0500 Subject: [PATCH] Remove unnecessary screenshot --- cws-test/src/test/java/jpl/cws/test/WebTestUtil.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cws-test/src/test/java/jpl/cws/test/WebTestUtil.java b/cws-test/src/test/java/jpl/cws/test/WebTestUtil.java index 9e1264fc..0ed88b9b 100644 --- a/cws-test/src/test/java/jpl/cws/test/WebTestUtil.java +++ b/cws-test/src/test/java/jpl/cws/test/WebTestUtil.java @@ -199,12 +199,6 @@ protected void login() { WebElement submitBtn = findElById("submit"); submitBtn.click(); - try { - screenShot("post-submit-btn"); - } catch (IOException e) { - throw new RuntimeException(e); - } - // waitForElementClass("sub-header"); // Verify we have moved past the login page to the Dashboard