Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit af72f563 authored by Jaime Pérez-Lozana's avatar Jaime Pérez-Lozana Committed by Mauro Martin
Browse files

wait quick fix

parent 84cca5e0
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ public class AuthorityPage {
*/
public void verifyUserSelectOptionFromSecondFilter(String statusReq, Locator locatorValue) {
page.locator(SECOND_FILTER_DROP_DOWN_ARROW_LOCATOR).click();
page.waitForTimeout(500);
assertElementIsVisibleByLocator(page.locator(SECOND_FILTER_DROPDOWN_OPTIONS_PANEL));
int countElements = locatorValue.count();
for (int i = 1; i <= countElements; i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment