Skip to content

Commit cbe5dbf

Browse files
committed
fix open file in ide test
1 parent e7a2616 commit cbe5dbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/app/cypress/e2e/studio/studio.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,9 +585,9 @@ describe('studio functionality', () => {
585585
})
586586

587587
cy.get('.open-in-ide-button').should('have.css', 'opacity', '0')
588-
cy.get('[data-cy="studio-single-test-file-name"]').realHover()
588+
cy.get('.spec-file-name').first().realHover()
589589
cy.get('.open-in-ide-button').first().should('have.css', 'opacity', '1').click()
590-
cy.get('.open-in-ide-button').contains('Open in IDE')
590+
cy.get('.open-in-ide-button').first().contains('Open in IDE')
591591

592592
cy.percySnapshot()
593593
})

0 commit comments

Comments
 (0)