Skip to content

Commit

Permalink
print w value
Browse files Browse the repository at this point in the history
  • Loading branch information
cseptimo committed Nov 5, 2024
1 parent 033d67a commit 8ba0335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scopy/linux/test_adi_scopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_open_app_on_remote(self, ip, delay):
time.sleep(delay)
#find_small_window
# time.sleep(delay)
small_window = self.gui.find_window("Scopy")
small_window = self.gui.find_window(w)
self.gui.set_window_center(small_window)
print("Test build: Done small window")
time.sleep(delay)
Expand Down

0 comments on commit 8ba0335

Please sign in to comment.