mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Flaky code node e2e test (no-changelog) (#17899)
This commit is contained in:
@@ -94,7 +94,7 @@ $input.item()
|
||||
return []
|
||||
`);
|
||||
|
||||
getParameter().get('.cm-lintRange-error').should('have.length', 5);
|
||||
getParameter().get('.cm-lintRange-error').should('have.length.gte', 5);
|
||||
getParameter().contains('all').realHover();
|
||||
cy.get('.cm-tooltip-lint').should(
|
||||
'have.text',
|
||||
|
||||
Reference in New Issue
Block a user