Salome HOME
NewGeom is renamed to SHAPER
[modules/shaper.git] / test.squish / suite_FEATURE_PARAMETERS / shared / steps / steps.py
index 3f72cb302243fab72a0f159177666738713f7dd7..e65974ab17c94eb551b1bbd140f2128f69947e1c 100644 (file)
@@ -33,7 +33,7 @@ import __builtin__
 @Given("Launch application in salome mode")
 def step(context):
     startApplication("salome_run.sh")
-    clickButton(waitForObject(":SALOME*.NewGeom_QToolButton"))
+    clickButton(waitForObject(":SALOME*.SHAPER_QToolButton"))
     clickButton(waitForObject(":Activate module.New_QPushButton"))
 
 @When("Create parameter a=30")