We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b599647 commit 40ff360Copy full SHA for 40ff360
1 file changed
packages/ui/client/composables/client/index.ts
@@ -94,6 +94,8 @@ function clearTaskResult(task: RunnerTask) {
94
const node = explorerTree.nodes.get(task.id)
95
if (node) {
96
node.state = undefined
97
+ // update task mode to allow change icon on skipped tests
98
+ task.mode = 'run'
99
node.duration = undefined
100
if (isTaskSuite(task)) {
101
for (const t of task.tasks) {
0 commit comments