Skip to content

Commit

Permalink
test: test_to_have_js_property_assertions_locator_to_have_text => `…
Browse files Browse the repository at this point in the history
…test_assertions_locator_to_have_text` (#2139)

rename test case
  • Loading branch information
abr-storm authored Oct 29, 2023
1 parent 59369fe commit aacb433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sync/test_assertions.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_to_have_js_property_pass_null(page: Page) -> None:
expect(locator).to_have_js_property("foo", None)


def test_to_have_js_property_assertions_locator_to_have_text(
def test_assertions_locator_to_have_text(
page: Page, server: Server
) -> None:
page.goto(server.EMPTY_PAGE)
Expand Down

0 comments on commit aacb433

Please sign in to comment.