mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(editor): Update icons to Lucide icons (#16231)
Co-authored-by: Mutasem Aldmour <mutasem@n8n.io>
This commit is contained in:
@@ -92,7 +92,7 @@ export function getNodeByName(name: string) {
|
||||
export function getNodesWithSpinner() {
|
||||
return cy
|
||||
.getByTestId('canvas-node')
|
||||
.filter((_, el) => Cypress.$(el).find('[data-icon=sync-alt]').length > 0);
|
||||
.filter((_, el) => Cypress.$(el).find('[data-icon=refresh-cw]').length > 0);
|
||||
}
|
||||
|
||||
export function getWaitingNodes() {
|
||||
|
||||
Reference in New Issue
Block a user