Skip to content

Commit

Permalink
VACCINATION_CARD_VACCINATION_ID removed
Browse files Browse the repository at this point in the history
  • Loading branch information
hms-sgent committed Sep 19, 2022
1 parent 2180884 commit 83676c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,9 +346,6 @@ public static By getByImmunizationUuid(String immunizationUuid) {
public static final By VACCINATION_CARD_INFO_ICON =
By.xpath(
"//div[@location = 'vaccinations']//span[contains(@class, 'v-icon v-icon-info_circle')]");
public static final By VACCINATION_CARD_VACCINATION_ID =
By.xpath(
"//div[@location='vaccinations']//div[@class='v-label v-disabled v-widget bold v-label-bold uppercase v-label-uppercase v-label-undef-w']");
public static final By VACCINATION_CARD_INFO_POPUP_TEXT =
By.xpath("//div[@class='v-tooltip-text']");
public static final By LINK_EVENT_BUTTON_DE = By.id("Ereignis verkn\u00FCpfen");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2591,7 +2591,6 @@ public EditCaseSteps(
} catch (Throwable ignored) {
elementVisible = false;
}
System.out.print("Element visible = " + elementVisible);
softly.assertFalse(elementVisible, "Vaccination ID is visible!");
softly.assertAll();
});
Expand Down

0 comments on commit 83676c6

Please sign in to comment.