626: fix incorrect order of argument
This commit is contained in:
parent
e5feaa6925
commit
32186a5e77
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ public class WaitUtils {
|
|||
i++;
|
||||
sleep(2000);
|
||||
} while (!selectedValue.equals(element.getSelectedValue()) && i != 20);
|
||||
Assertions.assertEquals(element.getSelectedValue(), selectedValue);
|
||||
Assertions.assertEquals(selectedValue, element.getSelectedValue()) ;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue