mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Add debounce to text parameter input (#19339)
This commit is contained in:
@@ -78,7 +78,8 @@ describe('n8n Form Trigger', () => {
|
||||
|
||||
//add optional submitted message
|
||||
cy.get('.param-options').click();
|
||||
getVisibleSelect().find('span').contains('Form Response').click();
|
||||
// wait for selector debounce
|
||||
getVisibleSelect().find('span').contains('Form Response').click().wait(300);
|
||||
cy.contains('span', 'Text to Show')
|
||||
.should('exist')
|
||||
.parent()
|
||||
|
||||
Reference in New Issue
Block a user