Skip to content

Commit

Permalink
Remove unnecessary screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Nov 27, 2023
1 parent 2ac99b9 commit 735d6d3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cws-test/src/test/java/jpl/cws/test/WebTestUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 735d6d3

Please sign in to comment.