Skip to content

Commit

Permalink
Merge pull request SORMAS-Foundation#11239 from hzi-braunschweig/qu-a…
Browse files Browse the repository at this point in the history
…uto/SORQA-753

fix
  • Loading branch information
pk-sgent authored Dec 21, 2022
2 parents 75b0c36 + 1aaa5bd commit f733676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class CountriesTabPage {
public static final By COUNTRY_GRID_RESULTS_ROWS = By.cssSelector("[role=rowgroup] tr a");
public static final By NUMBER_OF_COUNTRIES =
By.xpath(
"//div[@class='v-label v-widget bold v-label-bold vspace-top-none v-label-vspace-top-none align-right v-label-align-right v-label-undef-w']");
"//div[@class='v-label v-widget v-label-undef-w bold v-label-bold vspace-top-none v-label-vspace-top-none align-right v-label-align-right']");
public static final By COUNTRIES_TABLE_DATA = By.tagName("td");
public static final By COUNTRIES_TABLE_ROW = By.cssSelector("div.v-grid-tablewrapper tbody tr");
public static final By COUNTRIES_NAME_TABLE_ROW =
Expand Down

0 comments on commit f733676

Please sign in to comment.