Skip to content

Commit

Permalink
Update layout tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Dec 6, 2024
1 parent cecf9dc commit 88903d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,6 @@ public void test_viewport() {

page.expect().viewport().contains(page.getOpenAgainLink()).is(true);
page.expect().viewport().width().isBetween(1000, 1024);
page.expect().viewport().height().isBetween(620, 768);
page.expect().viewport().height().isBetween(570, 768);
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 88903d0

Please sign in to comment.