Skip to content

Commit

Permalink
fix: update 'no tests' string.
Browse files Browse the repository at this point in the history
  • Loading branch information
2e0byo committed Apr 28, 2022
1 parent 3cf362a commit ff00a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yadc/scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def find_next_available(self, browser: Chrome, driver: Driver, centre: Centre):
):
browser.bypass() # is this needed now we handle on getting?

if "no tests available" in page:
if "no tests that meet your requirements" in page:
self._logger.info("No tests available.")
return back

Expand Down

0 comments on commit ff00a3a

Please # to comment.