Update an example test

This commit is contained in:
Michael Mintz 2023-02-06 00:56:32 -05:00
parent 52c7e8de1f
commit 1da6b8826f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from seleniumbase import BaseCase
if __name__ == "__main__":
from pytest import main
main([__file__, "--uc", "--incognito", "-s"])
main([__file__, "--uc", "--incognito", "-s", "--uc-cdp-events"])
class UndetectedTest(BaseCase):