Skip to content
Merged
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/OntologyImportBreeder.feature
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Feature: Ontology Import (10 Scenarios)
Scenario: Import Traits - exceeds character length max
And user uploads "test_traits_exceedsCharLen.xlsx" file
And user selects 'Import' button
Then user can see "3" row "1" "Name" field "Name exceeds 12 character limit" message
Then user can see "3" row "1" "Name" field "Name exceeds 16 character limit" message
Then user can see "4" row "2" "Method Description" field "Method description exceeds 30 character limit" message

@BI-1273
Expand Down
4 changes: 2 additions & 2 deletions src/features/OntologyTermCreateGeneralBehavior.feature
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ Feature: Ontology Term Create - General Behavior
@BI-1312
Scenario: Ontology Term Create - Name & Method Description - Character Limits
Given user selects 'New Term' button on ontology list page
When user sets as is "ThisNameWithMoreThanTwelveCharacters" in 'Name' field on ontology list page
When user sets as is "ThisNameWithMoreThanSixteenCharacters" in 'Name' field on ontology list page
When user sets "ThisDescription" in 'Method Description' field on ontology list page
When user selects 'Save' button on ontology list page
Then user can see "Name must be less than 12 characters." below the 'Name' field on ontology list page
Then user can see "Name must be less than 16 characters." below the 'Name' field on ontology list page
When user sets as is "ThisNameWith" in 'Name' field on ontology list page
When user sets "ThisDescriptionIsMoreThanThirtyCharacters" in 'Method Description' field on ontology list page
When user selects 'Save' button on ontology list page
Expand Down
Binary file modified src/files/TraitImport/test_traits_exceedsCharLen.xlsx
Binary file not shown.