Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbrittain committed Oct 10, 2024
1 parent 2f19ef9 commit b1bc7ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/system/test_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@

@pytest.mark.skipif(not chromedriver_present, reason="chromedriver not present")
def test_insightboard(driver): # noqa: F811 (driver is a fixture)
select_project(driver, "sample_project")
upload = page_upload(driver)
upload.clear_data()
try:
select_project(driver, "sample_project")
upload = page_upload(driver)
upload.clear_data()
upload.select_parser("adtl-source1")
data_file = (
Path(__file__).parent
Expand Down

0 comments on commit b1bc7ed

Please sign in to comment.