Skip to content

Commit

Permalink
change comment ot explain the else - clause better
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine-Pinto committed Oct 24, 2020
1 parent 7c49058 commit 58b7cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/advanced.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ describe('Advanced Challenge', () => {
.click()
.wait(800);
}
else { // All dates are available for the room
i = 15;
else {
i = 15; // Set the counter to 15 to continue the test as there are dates available
}
})
}
Expand Down

0 comments on commit 58b7cd5

Please # to comment.