From 8ba0335704454db5b65fee15080c8467a5b1afd9 Mon Sep 17 00:00:00 2001 From: cseptimo Date: Wed, 6 Nov 2024 00:34:45 +0800 Subject: [PATCH] print w value --- test/scopy/linux/test_adi_scopy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scopy/linux/test_adi_scopy.py b/test/scopy/linux/test_adi_scopy.py index 2a9ceb6..a447d01 100644 --- a/test/scopy/linux/test_adi_scopy.py +++ b/test/scopy/linux/test_adi_scopy.py @@ -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)