forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user