From: spo Date: Thu, 3 Sep 2015 11:39:53 +0000 (+0300) Subject: Improve Linux scripts X-Git-Tag: V_1.4.0_beta4~135 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=29edd6443a8c4936c92157eb61a619b3d420f154;p=modules%2Fshaper.git Improve Linux scripts --- diff --git a/test.squish/suite_ISSUES_SALOME/shared/scripts/common.py b/test.squish/suite_ISSUES_SALOME/shared/scripts/common.py index e30531c25..b79917897 100644 --- a/test.squish/suite_ISSUES_SALOME/shared/scripts/common.py +++ b/test.squish/suite_ISSUES_SALOME/shared/scripts/common.py @@ -18,9 +18,10 @@ def activate_newgeom(): def close_application(): sendEvent("QCloseEvent", waitForObject(":SALOME*_STD_TabDesktop")) - waitForObject(":Exit.Shutdown servers_QCheckBox").setChecked(True) + #waitForObject(":Exit.Shutdown servers_QCheckBox").setChecked(True) clickButton(waitForObject(":Exit.Ok_QPushButton")) clickButton(waitForObject(":Close active study.Close w/o saving_QPushButton")) + snooze(10) def close_application_wo_saving(): sendEvent("QCloseEvent", waitForObject(":SALOME*_STD_TabDesktop"))