Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/features/BI-2353.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Scenario: Experiment and Observations File to accept without sub units Apps
And user uploads Experiments & Observations "EXP-with-sub-obs-sub-unit-id.csv" file
When user selects 'Import' button
When user pause for "30" seconds
Then user can see banner appears with an error message "Error(s) detected in file, EXP-with-sub-obs-sub-unit-id.csv. Ontology term(s) not found: SubObsUnit,SubObsUnitID,sadfasdfsdf. Import cannot proceed."
Then user can see banner appears with an error message "Error(s) detected in file, EXP-with-sub-obs-sub-unit-id.csv. Ontology term(s) not found: sadfasdfsdf. Import cannot proceed."
36 changes: 18 additions & 18 deletions src/features/ProgramManagement.feature
Original file line number Diff line number Diff line change
Expand Up @@ -132,25 +132,25 @@ Feature: Program Management (15)
| Name | Species | BrAPI URL | Key |
| Program* | Sweet Potato | https://invalid.brapi.org | T* |

@BI-855
Scenario Outline: New Program, valid custom storage location
When user is on the program-management page
When user selects 'New Program' button in Programs page
When user sets "<Name>" in Program Name field in Programs page
When user selects "<Species>" in Species dropdown in Programs page
When user sets "<Key>" in Program Key field in Programs page
When user checks 'Specify custom program data storage location' checkbox in Programs page
When user sets "<BrAPI URL>" in BrAPI URL field in Programs page
When user selects 'Save' button in Programs page
Then user can not see 'Program Form' in Programs page
Then user can see banner contains "Success!"
Then user can see new program in Programs page
| Name | Species | # Users | BrAPI URL | Key |
| <Name> | <Species> | 0 | <BrAPI URL> | <Key> |
# @BI-855
# Scenario Outline: New Program, valid custom storage location
# When user is on the program-management page
# When user selects 'New Program' button in Programs page
# When user sets "<Name>" in Program Name field in Programs page
# When user selects "<Species>" in Species dropdown in Programs page
# When user sets "<Key>" in Program Key field in Programs page
# When user checks 'Specify custom program data storage location' checkbox in Programs page
# When user sets "<BrAPI URL>" in BrAPI URL field in Programs page
# When user selects 'Save' button in Programs page
# Then user can not see 'Program Form' in Programs page
# Then user can see banner contains "Success!"
# Then user can see new program in Programs page
# | Name | Species | # Users | BrAPI URL | Key |
# | <Name> | <Species> | 0 | <BrAPI URL> | <Key> |

Examples:
| Name | Species | BrAPI URL | Key |
| * | Sweet Potato | https://qa-testbase.breedinginsight.net | * |
# Examples:
# | Name | Species | BrAPI URL | Key |
# | * | Sweet Potato | https://qa-testbase.breedinginsight.net | * |

@BI-856
Scenario Outline: Edit Program form
Expand Down
10 changes: 5 additions & 5 deletions src/files/ExperimentsImport/BI-1146-multi-exp-test.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Germplasm Name,Germplasm GID,Test (T) or Check (C),Exp Title ,Exp Description,Exp Unit,Exp Type,Env,Env Location,Env Year,Exp Unit ID,Exp Replicate #,Exp Block #,Row,Column,Exp Trt Factor Name,ObsUnitID
Test,1,C,Trial 5 test2,second trial test,plot test2,phenotyping test,New Study test2,New Location test2,2020,1 - test2,0,2,4,50,Jam application,
Test,1,T,Trial 5 test2,second trial,plot test2,phenotyping test,Study two test2,Location Two test2,2020,2 - test2,0,2,4,51,Jelly application,
Test,1,C,Trial 5 test2,second trial,plot test2,phenotyping test,Study three test2, Location Three test2,2020,2 - test2,0,2,4,52,Juice application,
Test,1, ,Trial 5 test2,second trial,plot test2,phenotyping test,Study four test2, Location Three test2,1958,1 - test2,0,2,4,53,EATING application,
Germplasm Name,Germplasm GID,Test (T) or Check (C),Exp Title ,Exp Description,Exp Unit,Exp Type,Env,Env Location,Env Year,Exp Unit ID,Exp Replicate #,Exp Block #,Row,Column,Exp Trt Factor Name
Test,1,C,Trial 5 test2,second trial test,plot test2,phenotyping test,New Study test2,New Location test2,2020,1 - test2,0,2,4,50,Jam application
Test,1,T,Trial 5 test2,second trial,plot test2,phenotyping test,Study two test2,Location Two test2,2020,2 - test2,0,2,4,51,Jelly application
Test,1,C,Trial 5 test2,second trial,plot test2,phenotyping test,Study three test2, Location Three test2,2020,2 - test2,0,2,4,52,Juice application
Test,1, ,Trial 5 test2,second trial,plot test2,phenotyping test,Study four test2, Location Three test2,1958,1 - test2,0,2,4,53,EATING application
4 changes: 2 additions & 2 deletions src/files/ExperimentsImport/BI-1146-starter.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Germplasm Name,Germplasm GID,Test (T) or Check (C),Exp Title ,Exp Description,Exp Unit,Exp Type,Env,Env Location,Env Year,Exp Unit ID,Exp Replicate #,Exp Block #,Row,Column,Exp Trt Factor Name,Treatment Factors,ObsUnitID
Test,1,C,New Trial DRP45,A new trial DRP5,plot,phenotyping,New Study DRP5,New Location DRP5,1993,9393,1,2,4,5,Jam application,test,
Germplasm Name,Germplasm GID,Test (T) or Check (C),Exp Title ,Exp Description,Exp Unit,Exp Type,Env,Env Location,Env Year,Exp Unit ID,Exp Replicate #,Exp Block #,Row,Column,Exp Trt Factor Name,Treatment Factors
Test,1,C,New Trial DRP45,A new trial DRP5,plot,phenotyping,New Study DRP5,New Location DRP5,1993,9393,1,2,4,5,Jam application,test
10 changes: 5 additions & 5 deletions src/files/ExperimentsImport/BI-2056.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Germplasm Name,Germplasm GID,Test (T) or Check (C),Exp Title ,Exp Description,Exp Unit,Exp Type,Env,Env Location,Env Year,Exp Unit ID,Exp Replicate #,Exp Block #,Row,Column,Lat,Long,Elevation,RTK,Treatment Factors,ObsUnitID,BLACKBERRY,BlackBERRY1,blackberry01
Germplas127,1,C,New Trial DRP1,A new trial DRP,plot,phenotyping,New Study 15,New Location DRP6,2000,9390,1,2,4,5,,,,,Jam application,,,,
Germplas128,2,C,New Trial DRP1,A new trial DRP,plot,phenotyping,New Study 16,New Location DRP7,2000,9391,1,2,4,5,,,,,Jam application,,,,
Germplas129,3,C,New Trial DRP1,A new trial DRP,plot,phenotyping,New Study 17,New Location DRP8,2000,9392,1,2,4,5,,,,,Jam application,,,,
Germplas130,4,C,New Trial DRP1,A new trial DRP,plot,phenotyping,New Study 18,New Location DRP9,2000,9393,1,2,4,5,,,,,Jam application,,,,
Germplasm Name,Germplasm GID,Test (T) or Check (C),Exp Title ,Exp Description,Exp Unit,Exp Type,Env,Env Location,Env Year,Exp Unit ID,Exp Replicate #,Exp Block #,Row,Column,Lat,Long,Elevation,RTK,Treatment Factors,BLACKBERRY,BlackBERRY1,blackberry01
Germplas127,1,C,New Trial DRP1,A new trial DRP,plot,phenotyping,New Study 15,New Location DRP6,2000,9390,1,2,4,5,,,,,Jam application,,,
Germplas128,2,C,New Trial DRP1,A new trial DRP,plot,phenotyping,New Study 16,New Location DRP7,2000,9391,1,2,4,5,,,,,Jam application,,,
Germplas129,3,C,New Trial DRP1,A new trial DRP,plot,phenotyping,New Study 17,New Location DRP8,2000,9392,1,2,4,5,,,,,Jam application,,,
Germplas130,4,C,New Trial DRP1,A new trial DRP,plot,phenotyping,New Study 18,New Location DRP9,2000,9393,1,2,4,5,,,,,Jam application,,,
Loading