features/scenario_page.feature in wally-0.0.33 vs features/scenario_page.feature in wally-0.0.34
- old
+ new
@@ -1,11 +1,11 @@
Feature: Scenario Page
In order to view a scenario's intent
- As a stakeholder
+ As a stakeholder
I want a page that displays each scenario and its steps
- Scenario: View Scenario Content
+ Scenario: Content
Given a feature file named "sample.feature" with the contents:
"""
Feature: Sample Feature
@tag1 @tag2
@@ -18,12 +18,11 @@
And click on a scenario header link
Then a page appears with the scenario content
And I should see "tag1"
And I should see "tag2"
-
- Scenario: View Scenario Background
+ Scenario: Background
Given a feature file named "sample.feature" with the contents:
"""
Feature: Sample Feature
Background:
@@ -33,11 +32,11 @@
"""
When I visit the sample feature page
And click on a scenario header link
Then the background is visible
- Scenario: View Scenario Tags - Scenario Page
+ Scenario: Tags
Given a feature file named "sample.feature" with the contents:
"""
Feature: Sample Feature
Background:
@@ -47,27 +46,5 @@
Scenario: Sample Aidy
"""
When I visit the sample feature page
And click on a scenario header link
Then I should see "work_in_progress"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-