features/welcome_page.feature in wally-0.0.40 vs features/welcome_page.feature in wally-0.0.41
- old
+ new
@@ -3,11 +3,11 @@
I want a welcome page
Scenario: No projects
Given there aren't any projects
When I view the welcome page
- Then "Wally is a web-based Cucumber viewer and navigator" should be rendered
+ Then "Wally is a web-based Cucumber viewer and navigator" is rendered
@javascript
Scenario: Project links on home page
Given a feature file on the project "sample1" with the contents:
"""
@@ -17,14 +17,14 @@
"""
Feature: Sample2
"""
When I view the welcome page
And I select the project "sample2"
- Then I should redirected to the "sample2" project page
+ Then I am redirected to the "sample2" project page
Scenario: Redirect to first project
Given a feature file on the project "sample1" with the contents:
"""
Feature: Sample1
"""
When I view the welcome page
- Then I should redirected to the "sample1" project page
+ Then I am redirected to the "sample1" project page