test(e2e): stabilize flaky imagery tests (#7765)

This commit is contained in:
Jesse Mazzella
2024-07-23 20:41:07 -07:00
committed by GitHub
parent 1fae0a6ad5
commit 689f7cc815
77 changed files with 539 additions and 484 deletions

View File

@ -29,7 +29,7 @@
<slot></slot>
<div class="plot-wrapper-axis-and-display-area flex-elem grows">
<div v-if="seriesModels.length" class="u-contents">
<y-axis
<YAxis
v-for="(yAxis, index) in yAxesIds"
:id="yAxis.id"
:key="`yAxis-${yAxis.id}-${index}`"
@ -68,7 +68,7 @@
class="gl-plot-chart-wrapper"
:class="[{ 'alt-pressed': altPressed }]"
>
<mct-chart
<MctChart
:rectangles="rectangles"
:highlights="highlights"
:show-limit-line-labels="limitLineLabels"
@ -159,10 +159,7 @@
class="c-cursor-guide--h js-cursor-guide--h"
></div>
</div>
<x-axis
v-if="seriesModels.length > 0 && !options.compact"
:series-model="seriesModels[0]"
/>
<XAxis v-if="seriesModels.length > 0 && !options.compact" :series-model="seriesModels[0]" />
</div>
</div>
</div>