Ensure RegisterTest
runs in Chrome and Firefox (#21036)
This commit is contained in:
parent
c6995f5ded
commit
29f9523646
1 changed files with 0 additions and 5 deletions
|
@ -121,11 +121,6 @@ public class RegisterPage extends AbstractPage {
|
|||
}
|
||||
}
|
||||
|
||||
try {
|
||||
termsAcceptedInput.clear();
|
||||
} catch (NoSuchElementException e) {
|
||||
// ignore
|
||||
}
|
||||
if (termsAccepted != null && termsAccepted) {
|
||||
termsAcceptedInput.click();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue