[e2e] Update remaining tests and add missing comparison coverage (#7363)

This commit is contained in:
John Hill
2024-01-11 14:47:00 -08:00
committed by GitHub
parent 6fd7b6f7a3
commit 6ce340cebd
88 changed files with 561 additions and 382 deletions

View File

@ -31,6 +31,7 @@
<div
v-if="!compact"
class="c-compact-tc__setting-value icon-minus u-fade-truncate--lg --no-sep"
:aria-label="`Start offset: ${offsets.start}`"
:title="`Start offset: ${offsets.start}`"
>
{{ offsets.start }}
@ -40,12 +41,14 @@
v-if="!compact"
class="c-compact-tc__setting-value icon-plus u-fade-truncate--lg"
:class="{ '--no-sep': compact }"
:aria-label="`End offset: ${offsets.end}`"
:title="`End offset: ${offsets.end}`"
>
{{ offsets.end }}
</div>
<div
class="c-compact-tc__setting-value icon-clock c-compact-tc__current-update u-fade-truncate--lg --no-sep"
aria-label="Last update"
title="Last update"
>
{{ formattedCurrentValue }}

View File

@ -37,6 +37,7 @@
<div
v-else
class="c-compact-tc__setting-value__elem"
:aria-label="`Time system: ${selectedTimeSystem.name}`"
:title="`Time system: ${selectedTimeSystem.name}`"
>
{{ selectedTimeSystem.name }}