From 29edd6443a8c4936c92157eb61a619b3d420f154 Mon Sep 17 00:00:00 2001 From: spo Date: Thu, 3 Sep 2015 14:39:53 +0300 Subject: [PATCH] Improve Linux scripts --- test.squish/suite_ISSUES_SALOME/shared/scripts/common.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")) -- 2.39.2