Skip to content

Commit

Permalink
Add failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc committed Oct 8, 2024
1 parent 0e6fd80 commit c348091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dp_creator_ii/tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def expect_not_visible(text):
expect_visible(pick_dataset_text)
expect_not_visible(perform_analysis_text)
expect_not_visible(download_results_text)
expect_not_visible("expected str, bytes")

csv_path = Path(__file__).parent / "fixtures" / "fake.csv"
page.get_by_label("Choose CSV file").set_input_files(csv_path.resolve())
Expand Down

0 comments on commit c348091

Please sign in to comment.