forked from qt-creator/qt-creator
Squish: Update tst_WELP04
Tutorial videos from 2014 are slightly different than those from 2013. Change-Id: I7f8c850b89df95a018495740f26bf277a751a5dd Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -74,11 +74,11 @@ def main():
|
|||||||
# close help widget again to avoid focus issues
|
# close help widget again to avoid focus issues
|
||||||
sendEvent("QCloseEvent", waitForObject(":Help Widget_Help::Internal::HelpWidget"))
|
sendEvent("QCloseEvent", waitForObject(":Help Widget_Help::Internal::HelpWidget"))
|
||||||
# check a demonstration video link
|
# check a demonstration video link
|
||||||
replaceEditorContent(waitForObject(searchTut), "embedded linux")
|
replaceEditorContent(waitForObject(searchTut), "embedded device")
|
||||||
test.verify(checkIfObjectExists(getQmlItem("Delegate",
|
test.verify(checkIfObjectExists(getQmlItem("Delegate",
|
||||||
":WelcomePageStyledBar.WelcomePage_QQuickView",
|
":WelcomePageStyledBar.WelcomePage_QQuickView",
|
||||||
False, "id='delegate' radius='0' caption="
|
False, "id='delegate' radius='0' caption="
|
||||||
"'Developing Embedded Linux Applications with Qt'")),
|
"'Device Creation with Qt'")),
|
||||||
"Verifying: Link to the expected demonstration video exists.")
|
"Verifying: Link to the expected demonstration video exists.")
|
||||||
# exit Qt Creator
|
# exit Qt Creator
|
||||||
invokeMenuItem("File", "Exit")
|
invokeMenuItem("File", "Exit")
|
||||||
|
Reference in New Issue
Block a user