Skip to content

Commit

Permalink
chore(Onboarding): include new update testing option
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbew authored Oct 28, 2024
1 parent 80f1967 commit 0bd9562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/features/class-onboarding.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ public function get_onboardings() {
'description' => wp_kses_post( __( "With our VRTs plugin, you can effortlessly maintain your website's visual consistency. <br><br><strong>Automatically detect visual changes</strong> and <strong>receive Alerts</strong> to achieve pixel-perfect precision.", 'visual-regression-tests' ) ),
],
[
'title' => wp_kses_post( __( '⏰ Daily Checks, automatic Alerts', 'visual-regression-tests' ) ),
'description' => wp_kses_post( __( "Our <strong>daily Test Run</strong> takes screenshots of your <strong>Test pages</strong> and performs <strong>split-screen comparisons</strong>. <br><br>Rest assured, you'll be <strong>notified via email</strong>, as soon as a visual change is detected.", 'visual-regression-tests' ) ),
'title' => wp_kses_post( __( '⏰ Daily Tests & Pro Automations', 'visual-regression-tests' ) ),
'description' => wp_kses_post( __( "The <strong>Daily Test Run</strong> captures screenshots of your <strong>test pages</strong> and performs <strong>side-by-side comparisons</strong> to instantly spot changes.<br><br><strong>Upgrade to Pro</strong> to automate Tests for WordPress and plugin updates, integrate deployment pipelines, and run <strong>Manual Tests</strong> on demand.", 'visual-regression-tests' ) ),
],
[
'side' => 'right',
Expand Down

0 comments on commit 0bd9562

Please sign in to comment.