mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
test(editor): Add e2e test cases for the logs view (#15060)
This commit is contained in:
@@ -167,6 +167,7 @@ watch(
|
||||
<template v-else>
|
||||
<ExecutionSummary
|
||||
v-if="execution"
|
||||
data-test-id="logs-overview-status"
|
||||
:class="$style.summary"
|
||||
:status="execution.status"
|
||||
:consumed-tokens="consumedTokens"
|
||||
|
||||
@@ -77,6 +77,7 @@ function isLastChild(level: number) {
|
||||
role="treeitem"
|
||||
tabindex="0"
|
||||
:aria-expanded="props.data.children.length > 0 && props.expanded"
|
||||
:aria-selected="props.isSelected"
|
||||
:class="{
|
||||
[$style.container]: true,
|
||||
[$style.compact]: props.isCompact,
|
||||
|
||||
Reference in New Issue
Block a user