Skip to content

Commit aacb433

Browse files
authored
test: test_to_have_js_property_assertions_locator_to_have_text => test_assertions_locator_to_have_text (#2139)
rename test case
1 parent 59369fe commit aacb433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sync/test_assertions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def test_to_have_js_property_pass_null(page: Page) -> None:
227227
expect(locator).to_have_js_property("foo", None)
228228

229229

230-
def test_to_have_js_property_assertions_locator_to_have_text(
230+
def test_assertions_locator_to_have_text(
231231
page: Page, server: Server
232232
) -> None:
233233
page.goto(server.EMPTY_PAGE)

0 commit comments

Comments
 (0)