Skip to content

Commit

Permalink
fix: snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Jul 12, 2024
1 parent 0de1c99 commit eee86ca
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exports[`ResearchEditorOverview > handles empty updates 1`] = `
<button
class="css-fdla8g-Button"
data-cy="create-update"
type="button"
>
<span
class="css-a6mlbr-Text"
Expand All @@ -27,6 +28,7 @@ exports[`ResearchEditorOverview > handles empty updates 1`] = `
</button>
<button
class="css-l7psd3-Button"
type="button"
>
<span
class="css-a6mlbr-Text"
Expand Down Expand Up @@ -56,6 +58,7 @@ exports[`ResearchEditorOverview > handles falsey updates 1`] = `
<button
class="css-fdla8g-Button"
data-cy="create-update"
type="button"
>
<span
class="css-a6mlbr-Text"
Expand All @@ -70,6 +73,7 @@ exports[`ResearchEditorOverview > handles falsey updates 1`] = `
</button>
<button
class="css-l7psd3-Button"
type="button"
>
<span
class="css-a6mlbr-Text"
Expand Down Expand Up @@ -144,6 +148,7 @@ exports[`ResearchEditorOverview > renders correctly 1`] = `
<button
class="css-fdla8g-Button"
data-cy="create-update"
type="button"
>
<span
class="css-a6mlbr-Text"
Expand All @@ -158,6 +163,7 @@ exports[`ResearchEditorOverview > renders correctly 1`] = `
</button>
<button
class="css-l7psd3-Button"
type="button"
>
<span
class="css-a6mlbr-Text"
Expand Down

0 comments on commit eee86ca

Please sign in to comment.