diff --git a/tests/Alley/WP/Alleyvate/Features/NoindexPasswordProtectedPosts.php b/tests/Alley/WP/Alleyvate/Features/NoindexPasswordProtectedPosts.php index 4e6e644e..352c5aa3 100644 --- a/tests/Alley/WP/Alleyvate/Features/NoindexPasswordProtectedPosts.php +++ b/tests/Alley/WP/Alleyvate/Features/NoindexPasswordProtectedPosts.php @@ -44,7 +44,7 @@ public function test_boot(): void { $this->feature->boot(); - $this->get( $post )->assertElementExists( 'head/meta[@name="robots" and contains(@content, "noindex")]' ); + $this->get( $post )->assertElementExists( 'head/meta[@name="robots" and contains(@content, "xnoindex")]' ); } /**