We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729f237 commit c6b8334Copy full SHA for c6b8334
tests/test_acme_bank.py
@@ -17,4 +17,4 @@ def test_log_into_bank_account(page: Page, eyes: Eyes) -> None:
17
18
# Verify the full main page loaded correctly.
19
# This snapshot uses LAYOUT match level to avoid differences in closing time text.
20
- eyes.check(Target.window().fully().with_name("Main page").layout())
+ eyes.check(Target.window().fully().with_name("Main page"))
0 commit comments