Skip to content

Commit

Permalink
Fix test workflow bug in nanos for deep nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyaraj-23 committed Nov 22, 2023
1 parent a9717e1 commit 2971b10
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
Binary file modified tests/integration/nano/snapshots/nanos/test_too_deep/00000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/integration/nano/snapshots/nanos/test_too_deep/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/integration/nano/snapshots/nanos/test_too_deep/00003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions tests/integration/nano/test_too_deep.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ def assert_screen_i(i):
send_process = Process(target=send)
send_process.start()

app.backend.wait_for_text_not_on_screen("Ready for")

for i in range(3):
assert_screen_i(i)
app.backend.right_click()
Expand Down

0 comments on commit 2971b10

Please sign in to comment.