Skip to content

Commit

Permalink
added image app
Browse files Browse the repository at this point in the history
  • Loading branch information
cseptimo committed Nov 19, 2024
1 parent 51be4c4 commit dbe9979
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added test/adi-diagnostic/ref_test_open_app_rpi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion test/adi-diagnostic/test_adi_diagnostic.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ def test_open_app_terminal_on_remote(self, ip, delay):
self.gui.find_window("Generate Diagnostic Report")
print("Test build: Done main window")
time.sleep(delay)
assert self.gui.controller.locateOnScreen("ref_test_open_diagnostic.png", grayscale=True, confidence=0.9)
# assert self.gui.controller.locateOnScreen("ref_test_open_diagnostic.png", grayscale=True, confidence=0.9)
assert self.gui.controller.locateOnScreen("ref_test_open_app_rpi.png", grayscale=True, confidence=0.9)
self.gui.controller.screenshot("results/test_open_diagnostic.png")
time.sleep(5)

Expand Down

0 comments on commit dbe9979

Please sign in to comment.