Skip to content

Commit d2776c8

Browse files
committed
Reduce what we check in the test. What is left here still checks the notice outputs.
[PRO-165]
1 parent db0214d commit d2776c8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/phpunit/Admin/AdminNoticesTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ public function test_edac_password_protected_notice_text_contains_notice_message
104104
$message = $this->admin_notices->edac_password_protected_notice_text();
105105
$this->assertStringContainsString( 'Whoops! It looks like your website is currently password protected.', $message );
106106
$this->assertStringContainsString( 'The free version of Accessibility Checker can only scan live websites.', $message );
107-
$this->assertStringContainsString( 'To scan this website for accessibility problems either remove the password protection or <a href="https://equalizedigital.com/accessibility-checker/pricing/" target="_blank" aria-label="Upgrade to accessibility checker pro. Opens in a new window.">upgrade to pro</a>.', $message );
108107
$this->assertStringContainsString( 'Scan results may be stored from a previous scan.', $message );
109108
}
110109
}

0 commit comments

Comments
 (0)