Skip to content

Commit

Permalink
fix(Onboarding): use correct navigation selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
harunbleech committed Nov 6, 2024
1 parent e07dc60 commit 6c3c3bc
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 @@ -112,7 +112,7 @@ public function get_onboardings() {
'description' => wp_kses_post( __( 'Starting from tomorrow, your Test will <strong>run daily</strong>, ensuring consistent monitoring of your page.', 'visual-regression-tests' ) ),
],
[
'element' => '.vrts_navigation_item a[href$="admin.php?page=vrts-settings"]',
'element' => '.vrts-admin-header__navigation-link[href$="admin.php?page=vrts-settings"]',
'title' => wp_kses_post( __( '🛠️ Fine-tune your setup', 'visual-regression-tests' ) ),
'description' => wp_kses_post( __( 'Further customize your Test configuration and plugin settings for an optimized experience.', 'visual-regression-tests' ) ),
],
Expand All @@ -137,7 +137,7 @@ public function get_onboardings() {
[
'side' => 'bottom',
'align' => 'center',
'element' => '.vrts_navigation_item a[href$="admin.php?page=vrts-runs"]',
'element' => '.vrts-admin-header__navigation-link[href$="admin.php?page=vrts-runs"]',
'title' => wp_kses_post( __( '🚀 Meet the new Runs!', 'visual-regression-tests' ) ),
'description' => wp_kses_post( __( 'Alerts are now bundled into Runs. Get a single report for each daily test, manual test, API trigger, or new: <strong>WordPress & plugin update (Pro)</strong>!', 'visual-regression-tests' ) ),
],
Expand Down

0 comments on commit 6c3c3bc

Please sign in to comment.