Update an example test

This commit is contained in:
Michael Mintz 2022-12-05 17:31:35 -05:00
parent ef4134624c
commit 299ac30145
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from seleniumbase import BaseCase
class UndetectedTest(BaseCase):
def test_browser_is_undetected(self):
self.open("https://nowsecure.nl")
self.open("https://nowsecure.nl/#relax")
try:
self.assert_text("OH YEAH, you passed!", "h1", timeout=6.75)
self.post_message("Selenium wasn't detected!", duration=1.6)