Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 0138b6fc authored by Mihai BOZ's avatar Mihai BOZ
Browse files

fixed comments

parent eac0a2e8
No related branches found
No related tags found
No related merge requests found
Pipeline #241651 failed
......@@ -110,7 +110,7 @@ public class MatSmallGrid extends DComponent {
}
public String getColumnValueForSpecificRow(String columnNameToSearch, String valueToSearch, String searchedColumnValue) {
wait.forXMillis(100);
wait.forXMillis(data.getWaitTimeShort());
Integer numOfPages = getGridPagination().getTotalPageNumber();
List<WebElement> rowHeaders = getGridHeaders();
int columnIndex = -1;
......
......@@ -76,7 +76,7 @@ public class ResourcesPage extends DomiSMPPage {
String original = iterator.next();
String newTab = iterator.next();
driver.switchTo().window(newTab);
wait.forXMillis(300);
wait.forXMillis(data.getWaitTimeShort());
LOG.debug("Switching to new tab" + newTab);
try {
......
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