Skip to content

Commit

Permalink
fix changed create sig test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarprudnikov committed Sep 25, 2024
1 parent 4761a6b commit 26de495
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/signatures.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ describe('signature tests', () => {
}).as('sig')

cy.get('#sign').within(() => {
cy.get('#payload').type('foobar')
cy.get('[aria-controls="payloadTextSection"]').should('be.visible').click()
cy.get('#payload', { timeout: 1000 }).type('foobar')
cy.get('#contenttype').type('text/plain')
cy.get('.btn-primary').should('be.visible').click()
})
Expand Down

0 comments on commit 26de495

Please sign in to comment.