We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465a2c4 commit 091847aCopy full SHA for 091847a
examples/groovy-calculator/src/test/resources/calc/division.feature
@@ -3,7 +3,7 @@ Feature: Division
3
In order to avoid silly mistakes
4
Cashiers must be able to calculate a fraction
5
6
- @important
+ @notused
7
Scenario: Regular numbers
8
Given I have entered 3 into the calculator
9
And I have entered 2 into the calculator
@@ -14,4 +14,4 @@ Feature: Division
14
Given I have entered 6 into the calculator
15
And I have entered 3 into the calculator
16
When I press divide
17
- Then the stored result should be 2.0
+ Then the stored result should be 2.0
0 commit comments