-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update export test after Symfony upgrade
- Loading branch information
1 parent
b403afe
commit 0065745
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,14 +29,14 @@ Feature: A RAA can export tokens registered in the selfservice portal | |
Given I am logged in into the ra portal as "jane-a-raa" with a "yubikey" token | ||
When I visit the Tokens page | ||
And I click on the token export button | ||
Then the response should contain "Token ID,Type,Name,Email,Institution,Document Number,Status" | ||
And the response should contain "03945859,yubikey,Jane Raa,[email protected],institution-a.example.com,123456,vetted" | ||
And the response should contain "03945859,yubikey,Jane Ra,[email protected],institution-a.example.com,123456,vetted" | ||
Then the response should contain "\"Token ID\",Type,Name,Email,Institution,\"Document Number\",Status" | ||
Then the response should contain "03945859,yubikey,\"Jane Raa\",[email protected],institution-a.example.com,123456,vetted" | ||
Then the response should contain "03945859,yubikey,\"Jane Ra\",[email protected],institution-a.example.com,123456,vetted" | ||
|
||
Scenario: a user which is at least RAA for one institution can export tokens | ||
Given I am logged in into the ra portal as "joe-a-raa" with a "yubikey" token | ||
When I visit the Tokens page | ||
And I click on the token export button | ||
Then the response should contain "Token ID,Type,Name,Email,Institution,Document Number,Status" | ||
And the response should contain "03945859,yubikey,Jane Raa,[email protected],institution-a.example.com,123456,vetted" | ||
And the response should contain "03945859,yubikey,Jane Ra,[email protected],institution-a.example.com,123456,vetted" | ||
Then the response should contain "\"Token ID\",Type,Name,Email,Institution,\"Document Number\",Status" | ||
Then the response should contain "03945859,yubikey,\"Jane Raa\",[email protected],institution-a.example.com,123456,vetted" | ||
Then the response should contain "03945859,yubikey,\"Jane Ra\",[email protected],institution-a.example.com,123456,vetted" |