We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a2616 commit cbe5dbfCopy full SHA for cbe5dbf
packages/app/cypress/e2e/studio/studio.cy.ts
@@ -585,9 +585,9 @@ describe('studio functionality', () => {
585
})
586
587
cy.get('.open-in-ide-button').should('have.css', 'opacity', '0')
588
- cy.get('[data-cy="studio-single-test-file-name"]').realHover()
+ cy.get('.spec-file-name').first().realHover()
589
cy.get('.open-in-ide-button').first().should('have.css', 'opacity', '1').click()
590
- cy.get('.open-in-ide-button').contains('Open in IDE')
+ cy.get('.open-in-ide-button').first().contains('Open in IDE')
591
592
cy.percySnapshot()
593
0 commit comments