Skip to content

Commit

Permalink
test: fixed broken test after Playwright 1.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Jun 10, 2021
1 parent 2c38000 commit 9e24d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_playwright.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def test_browser_channel(page, browser_name, browser_channel):
)
result = testdir.runpytest("--browser-channel", "not-exists")
result.assert_outcomes(errors=1)
assert "channel: expected one of " in "\n".join(result.outlines)
assert "is not supported" in "\n".join(result.outlines)


def test_unittest_class(testdir: pytest.Testdir) -> None:
Expand Down

0 comments on commit 9e24d78

Please sign in to comment.