Skip to content

Commit

Permalink
test: update search_flight_page.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kouvaras committed Apr 1, 2024
1 parent b1b3913 commit 22d1de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/search_flight_page.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class SearchFlight {
await airlineCheckbox.click()
await expect(airlineCheckbox).not.toBeChecked()

// NOTE scroll until you reach the end of the page and you thave no more infinite lazy loading, so as to grab the '/graphql/SearchMoreOnResultPage' calls as well
// NOTE scroll until you reach the end of the page and have no more infinite lazy loading, so as to grab the '/graphql/SearchMoreOnResultPage' calls as well

await scrollUntilElementIsVisible(this.page, 'p:has-text("That\'s it!")')

Expand Down

0 comments on commit 22d1de9

Please sign in to comment.