Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vursen authored Jan 13, 2025
1 parent 397065e commit 8de8c70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void should_add_appShellAnnotations() {
By.cssSelector("meta[name=viewport]"));
Assert.assertNotNull(metaViewPort);
Assert.assertEquals(
"width=device-width, height=device-height, initial-scale=1.0, viewport-fit: cover",
"width=device-width, height=device-height, initial-scale=1.0, viewport-fit=cover",
metaViewPort.getAttribute("content"));
}

Expand Down

0 comments on commit 8de8c70

Please sign in to comment.