Skip to content

Commit

Permalink
try to make upload test more robust
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed Aug 30, 2024
1 parent 6b1766c commit 4835f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def replace():
screen.open('/')
screen.should_contain('A')
screen.click('Replace')
screen.wait(0.5)
screen.should_contain('B')
screen.should_not_contain('A')

Expand Down

0 comments on commit 4835f81

Please sign in to comment.