|
|
@ -35,11 +35,11 @@ Feature: Project Visibility |
|
|
|
|
|
|
|
|
|
|
|
Scenario: A Project is visible on the landing page if it is set to public |
|
|
|
Scenario: A Project is visible on the landing page if it is set to public |
|
|
|
Given I am on the login page |
|
|
|
Given I am on the login page |
|
|
|
Then I should see "Projects" within "#top-menu-items" |
|
|
|
Then I should see "Select a project" within "#top-menu-items" |
|
|
|
When I go to the overall Projects page |
|
|
|
When I go to the overall Projects page |
|
|
|
Then I should see "Bob's Accounting" within "#content" |
|
|
|
Then I should see "Bob's Accounting" within "#content" |
|
|
|
|
|
|
|
|
|
|
|
Scenario: Project is not visible on the landing page if it is not set to public |
|
|
|
Scenario: Project is not visible on the landing page if it is not set to public |
|
|
|
Given the project "Bob's Accounting" is not public |
|
|
|
Given the project "Bob's Accounting" is not public |
|
|
|
And I am on the login page |
|
|
|
And I am on the login page |
|
|
|
Then I should not see "Projects" within "#top-menu-items" |
|
|
|
Then I should not see "Select a project" within "#top-menu-items" |
|
|
|