mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
feat(editor): Add "Stop Test" button to stop running evaluations (#17328)
This commit is contained in:
@@ -14,7 +14,6 @@ export const useEvaluationStore = defineStore(
|
||||
() => {
|
||||
// State
|
||||
const loadingTestRuns = ref(false);
|
||||
const fetchedAll = ref(false);
|
||||
const testRunsById = ref<Record<string, TestRunRecord>>({});
|
||||
const testCaseExecutionsById = ref<Record<string, TestCaseExecutionRecord>>({});
|
||||
const pollingTimeouts = ref<Record<string, NodeJS.Timeout>>({});
|
||||
@@ -170,7 +169,6 @@ export const useEvaluationStore = defineStore(
|
||||
|
||||
return {
|
||||
// State
|
||||
fetchedAll,
|
||||
testRunsById,
|
||||
testCaseExecutionsById,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user