Skip to content

Commit

Permalink
chore: update failing test snapshot due to classnames changes
Browse files Browse the repository at this point in the history
  • Loading branch information
deodorhunter committed Sep 30, 2024
1 parent 5de06a2 commit 54a44e0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ exports[`AddonsControlpanel renders an addon control component 1`] = `
<div>
<button
aria-label="Update Whatever upgradeVersions"
class="btn-primary"
class="install-action"
data-rac=""
id="upgradable-plone.app.whatever"
type="button"
Expand Down Expand Up @@ -163,7 +163,7 @@ exports[`AddonsControlpanel renders an addon control component 1`] = `
<div>
<button
aria-label="Install Something Else"
class="btn-primary"
class="install-action"
data-rac=""
id="plone.app.somethingelse"
type="button"
Expand Down Expand Up @@ -243,7 +243,7 @@ exports[`AddonsControlpanel renders an addon control component 1`] = `
<div>
<button
aria-label="Uninstall Whatever"
class="btn-danger"
class="uninstall-action"
data-rac=""
id="installed-plone.app.whatever"
type="button"
Expand Down

0 comments on commit 54a44e0

Please sign in to comment.