Skip to content

Commit 256bd2b

Browse files
committed
uitests: console: fix fullscreen test on second monitor
1 parent 977a8ce commit 256bd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/uitests/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def _checkConsoleStandard(self):
9090

9191
# Wait for toolbar to hide, then reveal it again
9292
uiutils.check_in_loop(lambda: not fstb.showing, timeout=5)
93-
self.point(win.size[0] / 2, 0)
93+
self.point(win.position[0] + win.size[0] / 2, 0)
9494
uiutils.check_in_loop(lambda: fstb.showing)
9595

9696
# Click stuff and exit fullscreen

0 commit comments

Comments
 (0)