Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuSoysal authored Apr 28, 2023
1 parent 36e72a4 commit 7fee267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/io/github/mathieusoysal/RobotoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ void testCheckinButtonIsNotPresent() throws EmailFieldNotFoundException, Passwor
ConnectionButtonNotFoundException, RefusedConnectionException {
Roboto roboto = new Roboto(false);
roboto.connect(System.getenv("TEST_EMAIL"), System.getenv("TEST_PASSWORD"));
roboto.refreshPage();
assertFalse(roboto.checkinButtonIsPresent());
roboto.refreshPage();
assertFalse(roboto.checkinButtonIsPresent());
Expand Down

0 comments on commit 7fee267

Please sign in to comment.