Skip to content

Commit dea3e6a

Browse files
authored
fix test (#531)
1 parent 3b2cc16 commit dea3e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/group-1/source_genome_region.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ describe('GenomeRegion Source', () => {
187187
clearInputValue('Species', 'li#source-1');
188188
// There should not be Assembly ID field
189189
cy.get('li#source-1 label').contains('Assembly ID').should('not.exist');
190-
setInputValue('Species', 'coli', 'li#source-1');
190+
setInputValue('Species', 'E coli', 'li#source-1');
191191
clickMultiSelectOption('Species', 'Escherichia coli', 'li#source-1', { timeout: 20000 });
192192
// Ase1 should not be there
193193
setInputValue('Gene', 'ase1', 'li#source-1');

0 commit comments

Comments
 (0)