Squish: Fix some tests due to latest refactorings in QC

Refactoring of dialog wizards and editors.

Change-Id: I6604a302b04579519c78698375bc4b1027ac8b02
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
Christian Stenger
2014-10-08 12:31:37 +02:00
parent 8fe9df2697
commit 42236fc734
8 changed files with 17 additions and 13 deletions
@@ -152,7 +152,7 @@ def main():
clickButton(waitForObject(":Next_QPushButton"))
readmeName += ".txt"
__createProjectHandleLastPage__([readmeName], "Git", "<None>")
replaceEditorContent(waitForObject(":Qt Creator_TextEditor::BaseTextEditorWidget"),
replaceEditorContent(waitForObject(":Qt Creator_TextEditor::TextEditorWidget"),
"Some important advice in the README")
invokeMenuItem("File", "Save All")
commitsInProject = list(commitMessages) # deep copy