Augment crop_type creation flow - LF-2072Getting issue details... STATUS
Role: N/A
User preferences: N/A
API: N/A
Dates: N/A
Switching farms:N/A
Input constraints:
Genus allows alpha-numeric inputs between 0 and 200 characters in length
Species allows alpha-numeric inputs between 0 and 200 characters in length
Data transformation: N/A
Cascading effects: N/A
Synchronous/ Asynchronous: N/A
External service: N/A
Test Suite
Test Step # | Description | Test Data | Expected Result | Actual Result | Pass/Fail |
1 | While signed into a farm a FM/FO/EO, navigate to the crop catalogue and click “add a new crop” | User is redirected to the add crop flow. The following new elements exist:
All formatted as per Jira ticket | |||
2 | User inputs a value for genus that is longer than 200 characters | In-line error “Genus cannot be longer than 200 characters” | |||
3 | User inputs a value for species that is longer than 200 characters | Inline error “Species cannot be longer than 200 characters” | |||
4 | User inputs valid values and completes the add crop flow and makes sure to not add custom images | Custom crop and variety created | |||
5 | Using a DB client view the crop table | All new columns.Values exist and are correct for the crop created above | |||
6 | User repeats step 1 through 5 this time adding a custom image | ||||
7 |