mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Load remote resources even if expressions in non requried parameters resolve (#6987)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
export function getPopper() {
|
||||
return cy.get('.el-popper');
|
||||
}
|
||||
|
||||
export function getVisiblePopper() {
|
||||
return cy.get('.el-popper').filter(':visible');
|
||||
return getPopper().filter(':visible');
|
||||
}
|
||||
|
||||
export function getVisibleSelect() {
|
||||
|
||||
Reference in New Issue
Block a user