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

@ -45,7 +45,7 @@
class="c-state-indicator__alert-cursor-lock icon-cursor-lock"
title="Cursor is point locked. Click anywhere in the plot to unlock."
></div>
<plot-legend-item-collapsed
<PlotLegendItemCollapsed
v-for="(seriesObject, seriesIndex) in seriesModels"
:key="`${seriesObject.keyString}-${seriesIndex}-collapsed`"
:highlights="highlights"
@ -79,7 +79,7 @@
</tr>
</thead>
<tbody>
<plot-legend-item-expanded
<PlotLegendItemExpanded
v-for="(seriesObject, seriesIndex) in seriesModels"
:key="`${seriesObject.keyString}-${seriesIndex}-expanded`"
:series-key-string="seriesObject.keyString"