Fix cuke after multi provider login screen changes

pull/6827/head
Michael Frister 11 years ago committed by Michael Frister
parent 8f211e316d
commit c97ab7bd95
  1. 8
      features/permission_variations.feature

@ -29,15 +29,15 @@ Feature: Permissions
Given there is a standard permission test project named "Permission_Test"
And I am not logged in
And I am on the Cost Reports page for the project called "Permission_Test" without filters or groups
Then I should see "Login:"
And I should see "Password:"
Then I should see "Login"
And I should see "Password"
Scenario: Anonymous can not access the overall cost reports page as there are no other public projects
Given there is a standard permission test project named "Permission_Test"
And I am not logged in
And I am on the overall Cost Reports page without filters or groups
Then I should see "Login:"
And I should see "Password:"
Then I should see "Login"
And I should see "Password"
Scenario: Admin sees everything
Given there is a standard permission test project named "Permission_Test"

Loading…
Cancel
Save