Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Apr 26, 2023
1 parent f78f16b commit 5abfb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/io/github/mathieusoysal/RobotoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ void captachaTest() throws EmailFieldNotFoundException, PasswordFieldNotFoundExc
void testCheckinButtonIsNotPresent() throws EmailFieldNotFoundException, PasswordFieldNotFoundException,
ConnectionButtonNotFoundException, RefusedConnectionException {
Roboto roboto = new Roboto(false);
roboto.getPage().setDefaultTimeout(1000);
roboto.getPage().setDefaultTimeout(5000);
roboto.connect(System.getenv("TEST_EMAIL"), System.getenv("TEST_PASSWORD"));
assertFalse(roboto.checkinButtonIsPresent());
assertFalse(roboto.checkinButtonIsPresent());
Expand Down

0 comments on commit 5abfb92

Please sign in to comment.