test: E2E-conformance rule Activity sequence done.

This commit is contained in:
chiayin
2023-12-07 16:25:31 +08:00
parent 7a98f549b6
commit 2403024d33
6 changed files with 145 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="space-y-2">
<div class="space-y-2" id="cyp-conformance-result-check">
<div class="flex justify-start items-center pr-4" v-for="(act, index) in datadata" :key="index">
<span class="material-symbols-outlined text-primary mr-2" id="cyp-conformance-result-check">
<span class="material-symbols-outlined text-primary mr-2">
check_circle
</span>
<p class="px-2 py-1 border border-neutral-500 w-full whitespace-nowrap break-keep text-ellipsis overflow-hidden">{{ act }}</p>