Skip to content

Commit

Permalink
test(28843): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Dec 12, 2024
1 parent 4edeaaf commit 58c42d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('MetadataExplorer', () => {

// cy.get('button').should('have.attr', 'aria-label', 'Load samples').should('have.attr', 'disabled', 'disabled')

cy.get('[role="alert"]').should('have.attr', 'data-status', 'error').should('have.text', 'Not Found')
cy.get('[role="alert"]').should('have.attr', 'data-status', 'error').should('have.text', 'No samples found')
})

it('should be accessible', () => {
Expand Down

0 comments on commit 58c42d7

Please sign in to comment.