Skip to content

Commit

Permalink
test(28441): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Dec 5, 2024
1 parent 28ed85a commit ba24189
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@ describe('DeviceMetadataViewer', () => {
cy.getByTestId('device-metadata-header').should('be.visible')
cy.getByTestId('device-metadata-header').find('h2').should('contain.text', 'simulation')
cy.getByTestId('device-metadata-header').find('h2 + p').should('contain.text', 'Simulation')

cy.get('[role="alert"]').should('contain.text', 'Uploading device metadata is not yet supported')
cy.get('[role="alert"]').should('have.attr', 'data-status', 'warning')
})
})

0 comments on commit ba24189

Please sign in to comment.