Salome HOME
Add Squish test for the issue #1157
[modules/shaper.git] / test.squish / suite_FEATURE_PARAMETERS / tst_1157 / test.feature
1 Feature: Disable using expressions in double and Point2D attributes of sketch entities.
2
3     Sketch entities should be modified by solver, but using expressions restricts value changing.
4
5     Scenario: Check that Point, Line, Circle, Arc and Fillet does not allow input parameters
6
7         Given Launch application in salome mode
8          When Create part
9           And Create parameter a=30
10           And Create sketch
11          Then Check that Point does not allow using expressions
12           And Check that Line does not allow using expressions
13           And Check that Circle does not allow using expressions
14           And Check that Arc does not allow using expressions
15           And Check that Fillet does not allow using expressions