summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@novell.com>2010-10-09 21:59:50 +0100
committerMichael Meeks <michael.meeks@novell.com>2010-10-09 22:33:59 +0100
commit2bbe1532bee621ef62e7712f961758c5eda393f4 (patch)
tree2fcb9e112e6c2b92a4b84aa8fc2096ff9b48d1bf
parent8ed0a05e6ef33d748e19e21842d2d8ea10457965 (diff)
disable the WelcomeDialog for now.
-rwxr-xr-xtestautomation/global/system/includes/master.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testautomation/global/system/includes/master.inc b/testautomation/global/system/includes/master.inc
index 880496e3dc42..a24a11d1505e 100755
--- a/testautomation/global/system/includes/master.inc
+++ b/testautomation/global/system/includes/master.inc
@@ -429,7 +429,7 @@ sub hStartTheOffice (optional sProfPath as String, optional sProfParameter as St
catch
endcatch
Kontext "WelcomeDialog"
- if WelcomeDialog.Exists(2) then
+ if True = False Then ' disabled: we have no welcome dialog WelcomeDialog.Exists(2) then
'///+<li>Clicking on Next button</li>
NextBtn.Click
Kontext "TabFirstStartLicense"