test(editor): Add e2e test cases for the logs view (#15060)

This commit is contained in:
Suguru Inoue
2025-05-08 05:59:25 +02:00
committed by GitHub
parent 662358cc43
commit abdbe50907
11 changed files with 448 additions and 58 deletions

View File

@@ -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"

View File

@@ -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,