mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
test(e2e): stabilize flaky imagery tests (#7765)
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user