summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@theqtcompany.com>2015-04-17 14:16:43 +0200
committerRobert Loehning <robert.loehning@theqtcompany.com>2015-04-17 12:23:01 +0000
commita1181b43050568758af588f3757e0d42dea7eb89 (patch)
treeaf171aa0be119cfbac2f4d522965d69cc3572f9c
parent7d134000415f5d38ab8c47ed2bb436d259ab0465 (diff)
downloadqt-creator-a1181b43050568758af588f3757e0d42dea7eb89.tar.gz
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>
-rw-r--r--tests/system/suite_WELP/tst_WELP04/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/system/suite_WELP/tst_WELP04/test.py b/tests/system/suite_WELP/tst_WELP04/test.py
index 4d4db9e082..5422d78c25 100644
--- a/tests/system/suite_WELP/tst_WELP04/test.py
+++ b/tests/system/suite_WELP/tst_WELP04/test.py
@@ -74,11 +74,11 @@ def main():
# close help widget again to avoid focus issues
sendEvent("QCloseEvent", waitForObject(":Help Widget_Help::Internal::HelpWidget"))
# check a demonstration video link
- replaceEditorContent(waitForObject(searchTut), "embedded linux")
+ replaceEditorContent(waitForObject(searchTut), "embedded device")
test.verify(checkIfObjectExists(getQmlItem("Delegate",
":WelcomePageStyledBar.WelcomePage_QQuickView",
False, "id='delegate' radius='0' caption="
- "'Developing Embedded Linux Applications with Qt'")),
+ "'Device Creation with Qt'")),
"Verifying: Link to the expected demonstration video exists.")
# exit Qt Creator
invokeMenuItem("File", "Exit")