Skip to content

Commit

Permalink
Made fix to file-download-user automated test
Browse files Browse the repository at this point in the history
  • Loading branch information
mullen2 committed May 27, 2022
1 parent b4cb24d commit a80b38c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/web/features/file-dowload-user.feature
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Feature: Zipped CSV file dowload functionality
When I select the test project
And I follow "REDCap-ETL"

Scenario: Initialize by deleting test configuration if it exists
When I follow "ETL Configurations"
And I delete configuration "behat-config-test" if it exists
Then I should not see "behat-config-test"

Scenario: Confirm dataTarget element is displayed correctly
When I fill in "configurationName" with "behat-config-test"
And I press "Add"
Expand Down Expand Up @@ -95,10 +100,6 @@ Feature: Zipped CSV file dowload functionality
And I wait for 6 seconds
Then I should see "ERROR: CSV zip"

Scenario: Cleanup by deleting configuration
When I follow "ETL Configurations"
And I delete configuration "behat-config-test"
Then I should not see "behat-config-test"

Scenario: Clean up max Zip file size
When I log out
Expand Down

0 comments on commit a80b38c

Please sign in to comment.