Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
chore: updating v8 snapshot cache
  • Loading branch information
cypress-bot[bot] committed Feb 24, 2023
commit 310b7e02afa13669fd5bccf3091acf54c2015bb6
4 changes: 0 additions & 4 deletions packages/app/src/debug/DebugSpec.cy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,6 @@ describe('Run Failures button', () => {
cy.findByTestId('run-failures').realHover()

cy.findByTestId('run-all-failures-tooltip').should('be.visible').contains('Spec was not found locally')

cy.percySnapshot()
})

it('is disabled if run testing-type differs from the current testing-type', () => {
Expand Down Expand Up @@ -563,7 +561,6 @@ describe('Open in IDE', () => {

cy.findByLabelText(defaultMessages.debugPage.openFile.openInIDE).as('openInIDE').realHover()
cy.findByTestId('open-in-ide-tooltip').should('be.visible').and('contain', defaultMessages.debugPage.openFile.openInIDE)
cy.percySnapshot()

cy.get('@openInIDE').click()

Expand All @@ -576,6 +573,5 @@ describe('Open in IDE', () => {

cy.findByLabelText(defaultMessages.debugPage.openFile.notFoundLocally).as('openInIDE').realHover()
cy.findByTestId('open-in-ide-disabled-tooltip').should('be.visible').and('contain', defaultMessages.debugPage.openFile.notFoundLocally)
cy.percySnapshot()
})
})