From a1181b43050568758af588f3757e0d42dea7eb89 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Fri, 17 Apr 2015 14:16:43 +0200 Subject: [PATCH] Squish: Update tst_WELP04 Tutorial videos from 2014 are slightly different than those from 2013. Change-Id: I7f8c850b89df95a018495740f26bf277a751a5dd Reviewed-by: Christian Stenger --- tests/system/suite_WELP/tst_WELP04/test.py | 4 ++-- 1 file 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 4d4db9e082b..5422d78c25d 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")