Done
Details
Assignee
Yuliia DovhalYuliia DovhalReporter
Viktor SorokaViktor SorokaTester Assignee
Magda ZacharskaMagda ZacharskaLabels
Priority
P3Story Points
5Sprint
NoneDevelopment Team
ConcordeFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Yuliia Dovhal
Yuliia DovhalReporter
Viktor Soroka
Viktor SorokaTester Assignee
Magda Zacharska
Magda ZacharskaLabels
Priority
Story Points
5
Sprint
None
Development Team
Concorde
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created January 31, 2020 at 10:27 AM
Updated March 26, 2020 at 7:35 PM
Resolved March 2, 2020 at 4:55 PM
Purpose:
Validate file with UUIDs for extension (should be csv) and in case of validation error display a callout message.
Acceptance criteria:
Scenarios
Scenario 1
Given the query file has been dropped to the file uploader area
When a file to upload does not pass validation
Then an error modal should with an appropriate message be displayed (see Screen Shot 2020-02-20 at 11.09.26.png attachment)
Scenario 2
Given the query file has been dropped to the file uploader area
When a file to upload passes validation
Then an error modal should not be displayed
Scenario 3
Given the query file has been dropped to the file uploader area and the error modal is already shown
When a user clicks on Cancel button
Then an error modal should disappear
Scenario 4
Given the query file has been dropped to the file uploader area and the error modal is already shown
When a user clicks on Choose file button
Then a choose file modal should be shown from which user can choose file
NOTE: The code coverage on the new code should be above 80%;