Skip to content

Commit

Permalink
✔️ Updating e2e tests after merging icons
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Dec 22, 2023
1 parent 8b1ade1 commit 7a06b44
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/5-ndv.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ describe('NDV', () => {
it('should properly show node execution indicator for multiple nodes', () => {
workflowPage.actions.addInitialNodeToCanvas('Code');
workflowPage.actions.openNode('Code');
ndv.actions.clearParameterInput('jsCode');
ndv.actions.typeIntoParameterInput('jsCode', 'testets');
ndv.getters.backToCanvas().click();
workflowPage.actions.executeWorkflow();
// Manual tigger node should show success indicator
Expand Down
8 changes: 7 additions & 1 deletion packages/editor-ui/src/components/RunInfo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<template>
<n8n-info-tip theme="warning" type="tooltip" tooltipPlacement="right" v-if="hasStaleData">
<n8n-info-tip
v-if="hasStaleData"
theme="warning"
type="tooltip"
tooltipPlacement="right"
data-test-id="node-run-info-stale"
>
<span
v-html="
$locale.baseText(
Expand Down

0 comments on commit 7a06b44

Please sign in to comment.