File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -810,7 +810,7 @@ async def test_small_timeout(page):
810810 result = testdir .runpytest ()
811811 result .assert_outcomes (passed = 0 , failed = 1 , skipped = 0 )
812812 result .stdout .fnmatch_lines ("*AssertionError: Locator expected to be visible*" )
813- result .stdout .fnmatch_lines ("*LocatorAssertions. to_be_visible with timeout 1111ms*" )
813+ result .stdout .fnmatch_lines ('*Expect " to_be_visible" with timeout 1111ms*' )
814814
815815
816816def test_artifact_collection_should_work_for_manually_created_contexts_keep_open (
Original file line number Diff line number Diff line change @@ -808,7 +808,7 @@ def test_small_timeout(page):
808808 result = testdir .runpytest ()
809809 result .assert_outcomes (passed = 0 , failed = 1 , skipped = 0 )
810810 result .stdout .fnmatch_lines ("*AssertionError: Locator expected to be visible*" )
811- result .stdout .fnmatch_lines ("*LocatorAssertions. to_be_visible with timeout 1111ms*" )
811+ result .stdout .fnmatch_lines ('*Expect " to_be_visible" with timeout 1111ms*' )
812812
813813
814814def test_artifact_collection_should_work_for_manually_created_contexts_keep_open (
You can’t perform that action at this time.
0 commit comments