mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-13 16:14:07 -08:00
rename test id
This commit is contained in:
parent
ae73943ac4
commit
a6445ade5c
|
@ -53,7 +53,7 @@ export function getOutputPanelTable() {
|
|||
}
|
||||
|
||||
export function getNoToolsUsedCallout() {
|
||||
return cy.getByTestId('no-tools-used-callout');
|
||||
return cy.getByTestId('run-data-callout');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue