features/browse_features.feature in wally-0.0.3 vs features/browse_features.feature in wally-0.0.5

- old
+ new

@@ -80,9 +80,21 @@ 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 Tags On Scenario Page + Given a feature file named "sample.feature" with the contents: + """ + Feature: Sample Feature + + @tag1 @tag2 + Scenario: Sample Aidy + """ + When I visit the sample feature page + Then I should see "tag1" + And I should see "tag2" + Scenario: View Scenario Background Given a feature file named "sample.feature" with the contents: """ Feature: Sample Feature