-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.16.2
-
Fix Version/s: 38
-
Component/s: Basic-Nucl
-
Story Points:3
-
Sprint:DEV-36-1, DEV-36-2, DEV-36-3, DEV-36-4, DEV-36-5, DEV-36-RELEASE, DEV-37-1, DEV-37-2, DEV-37-3, DEV-37-4, DEV-37-5, DEV-37-RELEASE, DEV-38-1, DEV-38-2, DEV-38-3, DEV-38-4
-
Affect Type:Userdefined
Scenario to reproduce:
- Open "data/samples/FASTA/human_T1.fa".
- Open "Create Annotation" dialog.
Simple -> GenBank:
- Choose "Simple format" location type, enter a region: "200..100".
Expected state: "GenBank/EMBL format" applies changes, the input field contains "join(200..199950,1..100)". - Set the "Complement" checkbox.
Expected state: "GenBank/EMBL format" applies changes, the input field contains "complement(join(200..199950,1..100))" ("complement(200..199950,1..100)" is applcable), "Simple format" still contains "200..100" complemented region.
Current state: "GenBank/EMBL format" applies changes, the input field contains "complement(100..200)", "Simple format" contains "100..200" complemented region.
GenBank -> Simple:
- Choose "GenBank/EMBL format" location type, enter a location: "complement(join(200..199950,1..100))" or "complement(200..199950,1..100)". Change focus to another field to apply changes.
Expected state: "Simple format" applies changes, the input field contains region "200..100".
Current state: "Simple format" applies changes, the input fields contain region "200..199950".
There are two related common GUI tests:
GUITest_common_scenarios_create_annotation_widget_test_0027
GUITest_common_scenarios_create_annotation_widget_test_0038
Ensure that both cases are tested.