Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolethoen committed Jan 9, 2025
1 parent 19b47a2 commit 602f9f6
Showing 1 changed file with 23 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exports[`CatalogTile href renders properly 1`] = `
class="pf-v6-c-card__header"
>
<div
class="pf-v6-c-card__actions pf-m-no-offset"
class="pf-v6-c-card__actions"
>
<div
class="pf-v6-c-card__selectable-actions"
Expand Down Expand Up @@ -80,7 +80,7 @@ exports[`CatalogTile renders properly 1`] = `
class="pf-v6-c-card__header"
>
<div
class="pf-v6-c-card__actions pf-m-no-offset"
class="pf-v6-c-card__header-main"
>
<div
class="catalog-tile-pf-badge-container"
Expand Down Expand Up @@ -134,9 +134,6 @@ exports[`CatalogTile renders properly 1`] = `
</span>
</div>
</div>
<div
class="pf-v6-c-card__header-main"
/>
</div>
<div
class="pf-v6-c-card__title"
Expand Down Expand Up @@ -189,7 +186,7 @@ exports[`CatalogTile renders properly 1`] = `
class="pf-v6-c-card__header"
>
<div
class="pf-v6-c-card__actions pf-m-no-offset"
class="pf-v6-c-card__header-main"
>
<div
class="catalog-tile-pf-badge-container"
Expand Down Expand Up @@ -252,9 +249,6 @@ exports[`CatalogTile renders properly 1`] = `
</span>
</div>
</div>
<div
class="pf-v6-c-card__header-main"
/>
</div>
<div
class="pf-v6-c-card__title"
Expand Down Expand Up @@ -300,8 +294,11 @@ exports[`CatalogTile renders properly 1`] = `
class="pf-v6-c-card__header"
>
<div
class="pf-v6-c-card__actions pf-m-no-offset"
class="pf-v6-c-card__header-main"
>
<span
class="catalog-tile-pf-icon fa fa-codepen"
/>
<div
class="catalog-tile-pf-badge-container"
>
Expand Down Expand Up @@ -335,13 +332,6 @@ exports[`CatalogTile renders properly 1`] = `
</span>
</div>
</div>
<div
class="pf-v6-c-card__header-main"
>
<span
class="catalog-tile-pf-icon fa fa-codepen"
/>
</div>
</div>
<div
class="pf-v6-c-card__title"
Expand Down Expand Up @@ -387,7 +377,21 @@ exports[`CatalogTile renders properly 1`] = `
class="pf-v6-c-card__header"
>
<div
class="pf-v6-c-card__actions pf-m-no-offset"
class="pf-v6-c-card__actions"
>
<div
class="pf-v6-c-card__selectable-actions"
>
<button
aria-labelledby="tile-footer-test"
class="pf-v6-c-card__clickable-action"
id="tile-footer-test-input"
type="button"
/>
</div>
</div>
<div
class="pf-v6-c-card__header-main"
>
<div
class="catalog-tile-pf-badge-container"
Expand Down Expand Up @@ -421,20 +425,7 @@ exports[`CatalogTile renders properly 1`] = `
</div>
</span>
</div>
<div
class="pf-v6-c-card__selectable-actions"
>
<button
aria-labelledby="tile-footer-test"
class="pf-v6-c-card__clickable-action"
id="tile-footer-test-input"
type="button"
/>
</div>
</div>
<div
class="pf-v6-c-card__header-main"
/>
</div>
<div
class="pf-v6-c-card__title"
Expand Down Expand Up @@ -500,7 +491,7 @@ exports[`CatalogTile renders properly 1`] = `
class="pf-v6-c-card__header"
>
<div
class="pf-v6-c-card__actions pf-m-no-offset"
class="pf-v6-c-card__actions"
>
<div
class="pf-v6-c-card__selectable-actions"
Expand Down

0 comments on commit 602f9f6

Please sign in to comment.