Flaky Test: BrowserFlowTest.testAlternativeNonInteractiveExecutorInSubflow()
Closes #34273 Signed-off-by: Douglas Palmer <dpalmer@redhat.com>
This commit is contained in:
parent
1dc3b08ba8
commit
fd1dd49ade
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ public class LoginUsernameOnlyPage extends LoginPage {
|
||||||
usernameInput.clear();
|
usernameInput.clear();
|
||||||
usernameInput.sendKeys(username);
|
usernameInput.sendKeys(username);
|
||||||
|
|
||||||
submitButton.click();
|
UIUtils.clickLink(submitButton);
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getUsernameError() {
|
public String getUsernameError() {
|
||||||
|
@ -34,7 +34,7 @@ public class LoginUsernameOnlyPage extends LoginPage {
|
||||||
|
|
||||||
// Click button without fill anything
|
// Click button without fill anything
|
||||||
public void clickSubmitButton() {
|
public void clickSubmitButton() {
|
||||||
submitButton.click();
|
UIUtils.clickLink(submitButton);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue