Skip to content

Commit

Permalink
⚡ e2e test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-radency committed Apr 19, 2024
1 parent c409658 commit 1bdc43f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/16-form-trigger-node.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ describe('n8n Form Trigger', () => {

//add optional submitted message
cy.get('.param-options').click();
getVisibleSelect().find('span').contains('Form Response').click();
cy.contains('span', 'Text to Show')
.should('exist')
.parent()
Expand Down

0 comments on commit 1bdc43f

Please sign in to comment.