features/feature_page.feature in wally-0.0.40 vs features/feature_page.feature in wally-0.0.41
- old
+ new
@@ -10,20 +10,20 @@
In order to get some value
As a person
I want to create value
"""
When I visit the sample feature page
- Then I should see the feature free-form narrative
+ Then I see the feature free-form narrative
Scenario: Tags
Given a feature file named "sample.feature" with the contents:
"""
@sample_tag
Feature: Sample Feature
"""
When I visit the sample feature page
- Then I should see "sample_tag"
+ Then I see "sample_tag"
Scenario: Scenario Links
Given a feature file named "sample.feature" with the contents:
"""
Feature: Sample Feature
@@ -40,11 +40,11 @@
Given my name is 'Andrew'
When I drink alcohol
Then I go happy
"""
When I visit the sample feature page
- Then I should see Scenario headers as links
+ Then I see Scenario headers as links
Scenario: Sort Scenario Links in Alphabetical Order
Given a feature file named "sample.feature" with the contents:
"""
Feature: Sample Feature
@@ -63,7 +63,7 @@
@tag1 @tag2
Scenario: Sample Aidy
"""
When I visit the sample feature page
- Then I should see "tag1"
- And I should see "tag2"
+ Then I see "tag1"
+ And I see "tag2"