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

@ -21,7 +21,7 @@
-->
<template>
<layout-frame
<LayoutFrame
:item="item"
:grid-size="gridSize"
:is-editing="isEditing"
@ -38,7 +38,7 @@
aria-label="Box"
></div>
</template>
</layout-frame>
</LayoutFrame>
</template>
<script>

View File

@ -21,7 +21,7 @@
-->
<template>
<layout-frame
<LayoutFrame
:item="item"
:grid-size="gridSize"
:is-editing="isEditing"
@ -38,7 +38,7 @@
aria-label="Ellipse"
></div>
</template>
</layout-frame>
</LayoutFrame>
</template>
<script>

View File

@ -21,7 +21,7 @@
-->
<template>
<layout-frame
<LayoutFrame
:item="item"
:grid-size="gridSize"
:is-editing="isEditing"
@ -31,7 +31,7 @@
<template #content>
<div class="c-image-view" :style="style"></div>
</template>
</layout-frame>
</LayoutFrame>
</template>
<script>

View File

@ -20,7 +20,7 @@
at runtime from the About dialog for additional information.
-->
<template>
<layout-frame
<LayoutFrame
:item="item"
:grid-size="gridSize"
:is-editing="isEditing"
@ -39,7 +39,7 @@
:layout-font="item.font"
/>
</template>
</layout-frame>
</LayoutFrame>
</template>
<script>

View File

@ -21,7 +21,7 @@
-->
<template>
<layout-frame
<LayoutFrame
:item="item"
:grid-size="gridSize"
:is-editing="isEditing"
@ -68,7 +68,7 @@
</div>
</div>
</template>
</layout-frame>
</LayoutFrame>
</template>
<script>

View File

@ -21,7 +21,7 @@
-->
<template>
<layout-frame
<LayoutFrame
:item="item"
:grid-size="gridSize"
:is-editing="isEditing"
@ -42,7 +42,7 @@
<div class="c-text-view__text">{{ item.text }}</div>
</div>
</template>
</layout-frame>
</LayoutFrame>
</template>
<script>