Wait for the register page being loaded after clicking the registration link. Flaky tests are failing in a similar fashion after clicking the link.
Closes #32930 Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
parent
9b7cf9d584
commit
353392f6ac
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ public class LoginPage extends LanguageComboboxAwarePage {
|
|||
|
||||
public void clickRegister() {
|
||||
registerLink.click();
|
||||
WaitUtils.waitForPageToLoad();
|
||||
}
|
||||
|
||||
public void clickSocial(String alias) {
|
||||
|
|
Loading…
Reference in a new issue