Ensure RegisterTest runs in Chrome and Firefox (#21036)

This commit is contained in:
Jon Koops 2023-06-16 14:00:04 +02:00 committed by GitHub
parent c6995f5ded
commit 29f9523646
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,11 +121,6 @@ public class RegisterPage extends AbstractPage {
}
}
try {
termsAcceptedInput.clear();
} catch (NoSuchElementException e) {
// ignore
}
if (termsAccepted != null && termsAccepted) {
termsAcceptedInput.click();
}