rename test id

This commit is contained in:
Charlie Kolb 2024-11-12 15:36:45 +01:00
parent ae73943ac4
commit a6445ade5c
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ export function getOutputPanelTable() {
}
export function getNoToolsUsedCallout() {
return cy.getByTestId('no-tools-used-callout');
return cy.getByTestId('run-data-callout');
}
/**

View file

@ -1357,7 +1357,7 @@ defineExpose({ enterEditMode });
:key="props.calloutMessageKey"
:class="$style.callout"
theme="secondary"
data-test-id="no-tools-used-callout"
data-test-id="run-data-callout"
/>
<N8nCallout