From a80b38c20158e694b4e247d58d7b0d6f14460a22 Mon Sep 17 00:00:00 2001 From: Jim Mullen Date: Fri, 27 May 2022 12:54:23 -0400 Subject: [PATCH] Made fix to file-download-user automated test --- tests/web/features/file-dowload-user.feature | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/web/features/file-dowload-user.feature b/tests/web/features/file-dowload-user.feature index 5e117e77..d4195208 100644 --- a/tests/web/features/file-dowload-user.feature +++ b/tests/web/features/file-dowload-user.feature @@ -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" @@ -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