Skip to content

Commit

Permalink
additional comments removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hms-sgent committed Sep 28, 2022
1 parent 95b812b commit 2a53381
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1103,11 +1103,6 @@ public CreateNewCaseSteps(
fillPrimaryEmailAddress(caze.getPrimaryEmailAddress());
fillDateOfReport(caze.getDateOfReport(), Locale.GERMAN);
fillPlaceDescription(caze.getPlaceDescription());
// webDriverHelpers.clickOnWebElementBySelector(SAVE_BUTTON);
// webDriverHelpers.waitForPageLoadingSpinnerToDisappear(30);
//
// webDriverHelpers.waitUntilElementIsVisibleAndClickable(EditCasePage.REPORT_DATE_INPUT);
// webDriverHelpers.clickOnWebElementBySelector(CASE_SAVED_POPUP);
});

When(
Expand Down

0 comments on commit 2a53381

Please sign in to comment.