Skip to content

Commit

Permalink
test(26143): add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Dec 10, 2024
1 parent 24ce35b commit da6bda0
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ describe('ProtocolsBrowser', () => {
)
cy.getByTestId('protocol-name').should('have.length', 3)
cy.getByTestId('protocol-create-adapter').should('have.length', 2)

cy.get('[role="listitem"')
.eq(2)
.find('a[data-testid="protocol-install-adapter"]')
.should('contain', 'This adapter needs to be installed separately. Check the instructions')
})

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

0 comments on commit da6bda0

Please sign in to comment.