Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Khadreal committed Mar 3, 2025
1 parent cd2de94 commit 2b93138
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
'pricing' => $pricing,
'transient' => false,
],
'expected' => '<section class="rocket-renewal-expired-banner" id="rocket-renewal-banner"><div class="banner-copy">
'expected' => '<section class="rocket-renewal-expired-banner" id="rocket-renewal-banner">
<div class="banner-copy">
<h3 class="rocket-expired-title">Your WP Rocket license is expired!</h3>
<div class="rocket-renewal-expired-banner-container">
<div class="rocket-expired-message">
Expand All @@ -94,10 +95,10 @@
</p>
</div>
</div>
</div>
<div class="rocket-expired-cta-container">
<a href="https://wp-rocket.me/checkout/renew/roger@wp-rocket.me/da5891162a3bc2d8a9670267fd07c9eb/" class="rocket-renew-cta" target="_blank" rel="noopener noreferrer">Renew now</a>
</div>
</div>
<button class="wpr-notice-close wpr-icon-close" id="rocket-dismiss-renewal"><span class="screen-reader-text">Dismiss this notice</span></button>
</section>',
],
Expand Down

0 comments on commit 2b93138

Please sign in to comment.