tests: fix clipboard tess
This commit is contained in:
parent
2c1889acbb
commit
33f0fa17b8
@ -630,7 +630,7 @@ class TC_30_Gui_daemon(qubes.tests.SystemTestsMixin, qubes.tests.QubesTestCase):
|
|||||||
|
|
||||||
# Then paste it to the other window
|
# Then paste it to the other window
|
||||||
window_title = 'user@{}'.format(self.testvm2.name)
|
window_title = 'user@{}'.format(self.testvm2.name)
|
||||||
self.testvm1.run('zenity --entry --title={} > test.txt'.format(
|
self.testvm2.run('zenity --entry --title={} > test.txt'.format(
|
||||||
window_title))
|
window_title))
|
||||||
wait_count = 0
|
wait_count = 0
|
||||||
while subprocess.call(['xdotool', 'search', '--name', window_title],
|
while subprocess.call(['xdotool', 'search', '--name', window_title],
|
||||||
|
Loading…
Reference in New Issue
Block a user