Skip to content

Commit c6b8334

Browse files
committed
remove layout test
1 parent 729f237 commit c6b8334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_acme_bank.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ def test_log_into_bank_account(page: Page, eyes: Eyes) -> None:
1717

1818
# Verify the full main page loaded correctly.
1919
# This snapshot uses LAYOUT match level to avoid differences in closing time text.
20-
eyes.check(Target.window().fully().with_name("Main page").layout())
20+
eyes.check(Target.window().fully().with_name("Main page"))

0 commit comments

Comments
 (0)