Skip to content

Commit

Permalink
Repair the ra_export.feature
Browse files Browse the repository at this point in the history
This broke the selfservice_sat.feature somehow. Probably because certain
institution configuration options were updated.
  • Loading branch information
MKodde committed Feb 15, 2024
1 parent 698c176 commit e66ee7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stepup/tests/behat/features/ra_export.feature
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Feature: A RAA can export tokens registered in the selfservice portal
And the user "urn:collab:person:institution-a.example.com:joe-a-raa" has the role "ra" for institution "institution-a.example.com"
And the user "urn:collab:person:institution-a.example.com:joe-a-raa" has the role "raa" for institution "institution-b.example.com"

# TODO: Scenario: an RA user can not export tokens
# Given I am logged in into the ra portal as "user-a-ra" with a "yubikey" token
# When I visit the Tokens page
# Then I should not see a token export button
Scenario: an RA user can not export tokens
Given I am logged in into the ra portal as "user-a-ra" with a "yubikey" token
When I visit the Tokens page
Then I should not see a token export button

Scenario: an RAA user can export tokens
Given I am logged in into the ra portal as "jane-a-raa" with a "yubikey" token
Expand Down

0 comments on commit e66ee7b

Please sign in to comment.