features/projects.feature in wally-0.0.41 vs features/projects.feature in wally-0.0.42
- old
+ new
@@ -8,5 +8,12 @@
"""
Feature: Projects
"""
And I visit the project page for "project_name"
Then I see a link to the feature "Projects"
+
+ @javascript
+ Scenario: Switch between projects
+ Given 2 projects exist
+ When I view the welcome page
+ Then I can switch to the 2nd project
+ And I can switch to the 1st project