test(editor): Execution testing from UI perspective (no-changelog) (#5429)

* test(editor): Execution testing from UI perspective

* test(editor): Execution testing from UI perspective

* test(editor): Execution test rename

* test(editor): Execution test rename and add stop test

* test(editor): Execution test with webhook

* test(editor): Execution test with webhook
This commit is contained in:
Csaba Tuncsik
2023-02-16 11:41:25 +01:00
committed by GitHub
parent a2c6ea9e11
commit 593b5d299a
5 changed files with 393 additions and 0 deletions

View File

@@ -133,6 +133,7 @@
"
:loading="stopExecutionInProgress"
@click.stop="stopExecution"
data-test-id="stop-execution-button"
/>
<n8n-icon-button
@@ -143,6 +144,7 @@
:title="$locale.baseText('nodeView.stopWaitingForWebhookCall')"
type="secondary"
@click.stop="stopWaitingForWebhook"
data-test-id="stop-execution-waiting-for-webhook-button"
/>
<n8n-icon-button
@@ -151,6 +153,7 @@
icon="trash"
size="large"
@click.stop="clearExecutionData"
data-test-id="clear-execution-data-button"
/>
</div>
</div>