Ensure components tests run on CI and remove obsolete snapshot (#23878)

* Ensure components tests run on CI and remove obsolete snapshot

* Add missing snapshots
Этот коммит содержится в:
Harrison Healey
2023-06-28 14:58:23 -04:00
коммит произвёл GitHub
родитель 9588e08a00
Коммит e8353d2982
2 изменённых файлов: 2 добавлений и 9 удалений

Просмотреть файл

@@ -1,6 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`LegacyGenericModal should match snapshot for base case 1`] = `
exports[`GenericModal should match snapshot for base case 1`] = `
Object {
"asFragment": [Function],
"baseElement": <body
@@ -31,10 +31,6 @@ Object {
class="modal-content"
role="document"
>
<div
data-testid="sentinelStart"
tabindex="-1"
/>
<div
class="GenericModal__wrapper-enter-key-press-catcher"
tabindex="0"
@@ -76,10 +72,6 @@ Object {
/>
</div>
</div>
<div
data-testid="sentinelEnd"
tabindex="-1"
/>
</div>
</div>
</div>