Skip to content

Commit

Permalink
First delete then upload new, to ensure after running the tests there…
Browse files Browse the repository at this point in the history
… are still file format listst to use.
  • Loading branch information
lwesterhof committed Oct 17, 2024
1 parent c696963 commit 19f02b9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/features/ui/ui_admin.feature
Original file line number Diff line number Diff line change
Expand Up @@ -114,24 +114,24 @@ Feature: Admin UI
| functionaladminpriv | TemporaryTerms |


Scenario Outline: Admin user uploads new file format
Scenario Outline: Admin user deletes file format
Given user <user> is logged in
When module "admin" is shown
And the user clicks the Upload file format list <filename>
Then the success message of uploading a file format list <filename> is shown
And the user selects the file format list <filename> to delete
And the user clicks the Delete file format list button
Then the success message for deleting the file format list <filename> is shown

Examples:
| user | filename |
| functionaladminpriv | 4TU.json |
| functionaladminpriv | DANS.json |


Scenario Outline: Admin user deletes file format
Scenario Outline: Admin user uploads new file format
Given user <user> is logged in
When module "admin" is shown
And the user selects the file format list <filename> to delete
And the user clicks the Delete file format list button
Then the success message for deleting the file format list <filename> is shown
And the user clicks the Upload file format list <filename>
Then the success message of uploading a file format list <filename> is shown

Examples:
| user | filename |
Expand Down

0 comments on commit 19f02b9

Please sign in to comment.