Swap 'expected' and 'actual' in URLAssert
This commit is contained in:
parent
77c16c320e
commit
83181f28b2
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class URLAssert {
|
|||
// }
|
||||
// };
|
||||
// wait.until(urlStartsWith);
|
||||
assertEqualsNormalized(driver.getCurrentUrl(), page.toString());
|
||||
assertEqualsNormalized(page.toString(), driver.getCurrentUrl());
|
||||
}
|
||||
|
||||
public static void assertCurrentUrlStartsWith(AbstractPage page) {
|
||||
|
|
Loading…
Reference in a new issue