mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Add debounce to text parameter input (#19339)
This commit is contained in:
@@ -74,7 +74,9 @@ export class CredentialsModal extends BasePage {
|
||||
.filter(':not([readonly])')
|
||||
.each(($el) => {
|
||||
cy.wrap($el).type('test');
|
||||
});
|
||||
})
|
||||
// wait for text input debounce
|
||||
.wait(300);
|
||||
saveCredential();
|
||||
if (closeModal) {
|
||||
this.getters.closeButton().click();
|
||||
|
||||
Reference in New Issue
Block a user