Skip to content

Commit

Permalink
Merge pull request #11419 from hzi-braunschweig/qu-auto/SORQA-815
Browse files Browse the repository at this point in the history
Qu auto/sorqa 815
  • Loading branch information
pk-sgent authored Feb 1, 2023
2 parents aa149c5 + c5f9cc2 commit 13ba9de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import static org.sormas.e2etests.pages.application.contacts.EditContactPage.ACTION_CANCEL_POPUP;
import static org.sormas.e2etests.pages.application.contacts.EditContactPage.ARCHIVE_POPUP_WINDOW_HEADER;
import static org.sormas.e2etests.pages.application.contacts.EditContactPage.END_OF_PROCESSING_DATE_POPUP_INPUT;
import static org.sormas.e2etests.pages.application.contacts.EditContactPage.POPUP_YES_BUTTON;
import static org.sormas.e2etests.pages.application.contacts.EditContactPage.REPORT_DATE;
import static org.sormas.e2etests.pages.application.entries.TravelEntryPage.CLOSE_IMPORT_TRAVEL_ENTRY_BUTTON;
import static org.sormas.e2etests.pages.application.entries.TravelEntryPage.CLOSE_IMPORT_TRAVEL_ENTRY_POPUP;
Expand Down Expand Up @@ -1498,6 +1499,9 @@ public EditEventSteps(
() -> {
webDriverHelpers.scrollToElement(EVENT_PARTICIPANTS_TAB);
webDriverHelpers.clickOnWebElementBySelector(EVENT_PARTICIPANTS_TAB);
if (webDriverHelpers.isElementVisibleWithTimeout(POPUP_YES_BUTTON, 5)) {
webDriverHelpers.clickOnWebElementBySelector(POPUP_YES_BUTTON);
}
webDriverHelpers.waitUntilIdentifiedElementIsVisibleAndClickable(EVENT_PARTICIPANTS_GRID);
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,6 @@ Feature: Create events
And I check if "Burial conductor" field is present in case person
And I check if "Burial place description" field is present in case person
Then I click on the Event participant tab
And I click yes on the DISCARD UNSAVED CHANGES popup if it appears
And I navigate to EVENT PARTICIPANT from edit event page
And I back to the Event tab
And I change disease to "COVID-19" in the event tab
Expand Down

0 comments on commit 13ba9de

Please sign in to comment.