We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43da364 commit a3e2bc7Copy full SHA for a3e2bc7
cypress/e2e/spec.cy.ts
@@ -183,6 +183,7 @@ describe('The Editor', () => {
183
cy.on('window:confirm', alertShown)
184
cy.visit('/')
185
cy.get('div.view-line').type('#check Classical.em')
186
+ cy.get('.squiggly-info')
187
cy.contains('div.view-line span', 'Classical.em').as('defToCheck').should('exist')
188
cy.get('@defToCheck').realClick({ ctrlKey: !isOnDarwin, metaKey: isOnDarwin })
189
cy.get("@alertShown").should("have.been.calledOnce")
0 commit comments