Remove not needed selenium call from cuke

[skip ci]
pull/801/head
Christian Ratz 11 years ago
parent f8426244d7
commit f56156212d
  1. 2
      features/projects/visibility.feature

@ -35,14 +35,12 @@ Background:
Then the project "Bob's Accounting" is public
@javascript
Scenario: A Project is visible on the landing page if it is set to public
Given I am on the login page
Then I should see "Projects" within "#top-menu-items"
When I go to the overall Projects page
Then I should see "Bob's Accounting" within "#content"
@javascript
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
And I am on the login page

Loading…
Cancel
Save