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