Skip to content

Commit

Permalink
test: add the function checkNoAnnotationsAvailable()
Browse files Browse the repository at this point in the history
  • Loading branch information
orlinmalkja committed Nov 1, 2024
1 parent 5bb635a commit d1ed718
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/cypress/e2e/variants.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -509,13 +509,7 @@ const selectors = {
// we wait till the text panel and annotations panel are fully loaded
cy
.clickSingleSelectButton().then(() => {
cy.get(selectors.panel4)
.find('#pv_id_6_2_content')
.contains('Single Select Mode')
.parent()
.next()
.contains('Please select variant items from the grey highlighted text in Text Panel')
//cy.checkNoAnnotationsAvailable()
cy.checkNoAnnotationsAvailable()
})
})
})
Expand Down

0 comments on commit d1ed718

Please sign in to comment.