Skip to content

Commit

Permalink
correct image naming
Browse files Browse the repository at this point in the history
Signed-off-by: cseptimo <clarissa.septimo@analog.com>
  • Loading branch information
cseptimo committed Nov 19, 2024
1 parent ee30ca8 commit 700049a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adi-diagnostic/test_adi_diagnostic.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_run_button(self,delay):
self.gui.controller.screenshot("results/test_click_none_button.png")
print("Test build: Done None button")
time.sleep(delay)
analogItem = self.gui.controller.locateCenterOnScreen("ref_test_click_analog.png", grayscale=True, confidence=0.9)
analogItem = self.gui.controller.locateCenterOnScreen("ref_test_click_analog_item.png", grayscale=True, confidence=0.9)
assert analogItem
self.gui.controller.click(analogItem)
time.sleep(5)
Expand Down

0 comments on commit 700049a

Please sign in to comment.