Skip to content

Commit

Permalink
Re-enable skipped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Jan 22, 2025
1 parent 00d018c commit cb6d691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ chr1 . CDS 3301 3902 . + 0 ID=cds00003;Parent=mRNA00003
chr1 . CDS 5000 5500 . + 1 ID=cds00003;Parent=mRNA00003
chr1 . CDS 7000 7600 . + 2 ID=cds00003;Parent=mRNA00003
chr1 . three_prime_UTR 7601 8000 . + . Parent=mRNA00003
chr1 . three_prime_UTR 8501 8900 . + . Parent=mRNA00003
chr1 . three_prime_UTR 8501 8900 . + . Parent=mRNA00003
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ describe('Different ways of editing features', () => {
)
})

it.only('Can add child feature via table editor', () => {
it('Can add child feature via table editor', () => {
cy.addAssemblyFromGff('onegene.fasta.gff3', 'test_data/onegene.fasta.gff3')
cy.selectAssemblyToView('onegene.fasta.gff3')
cy.searchFeatures('gx1', 1)
Expand Down

0 comments on commit cb6d691

Please sign in to comment.