We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 977a8ce commit 256bd2bCopy full SHA for 256bd2b
tests/uitests/console.py
@@ -90,7 +90,7 @@ def _checkConsoleStandard(self):
90
91
# Wait for toolbar to hide, then reveal it again
92
uiutils.check_in_loop(lambda: not fstb.showing, timeout=5)
93
- self.point(win.size[0] / 2, 0)
+ self.point(win.position[0] + win.size[0] / 2, 0)
94
uiutils.check_in_loop(lambda: fstb.showing)
95
96
# Click stuff and exit fullscreen
0 commit comments