diff --git a/tests/Alley/WP/Alleyvate/Features/NoindexPasswordProtectedPosts.php b/tests/Alley/WP/Alleyvate/Features/NoindexPasswordProtectedPosts.php index 352c5aa3..4e6e644e 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, "xnoindex")]' ); + $this->get( $post )->assertElementExists( 'head/meta[@name="robots" and contains(@content, "noindex")]' ); } /**