From d6ecd65c1c68649c80afc63d58ef5f5e69fb4899 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Mon, 3 Apr 2017 15:50:23 +0200 Subject: [PATCH] Squish: Clear General Messages before running tst_codepasting Change-Id: I78514e5a8553349abdf2558bba6c4a15ad280eba Reviewed-by: Christian Stenger --- tests/system/suite_tools/tst_codepasting/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system/suite_tools/tst_codepasting/test.py b/tests/system/suite_tools/tst_codepasting/test.py index 5a5c16dfa53..037b0f20906 100644 --- a/tests/system/suite_tools/tst_codepasting/test.py +++ b/tests/system/suite_tools/tst_codepasting/test.py @@ -44,6 +44,7 @@ def main(): aut = currentApplicationContext() # make sure General Messages is open openGeneralMessages() + clickButton(waitForObject(":*Qt Creator.Clear_QToolButton")) for protocol in protocolsToTest: invokeMenuItem("File", "Open File or Project...") selectFromFileDialog(sourceFile)