mirror of
https://github.com/jopohl/urh.git
synced 2026-03-12 19:26:47 +01:00
close insert sine dialog after test
This commit is contained in:
@@ -144,3 +144,8 @@ class TestPlugins(QtTestCase):
|
||||
|
||||
sep = Formatter.local_decimal_seperator()
|
||||
self.assertEqual(dialog.lineEditTime.text(), "250" + sep + "000m")
|
||||
|
||||
# Close the dialog via finished
|
||||
dialog.finished.emit(0)
|
||||
QApplication.instance().processEvents()
|
||||
QTest.qWait(self.CLOSE_TIMEOUT)
|
||||
|
||||
Reference in New Issue
Block a user