feat(n8n Form Trigger Node): Option to remove attribution (#9162)

This commit is contained in:
Michael Kret
2024-04-19 11:26:19 +03:00
committed by GitHub
parent 85780eade5
commit 699fd70c24
5 changed files with 56 additions and 32 deletions

View File

@@ -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()