Skip to content

Commit 56c06ce

Browse files
committed
Update test expectation
1 parent 73567d8 commit 56c06ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/playwright/shiny/inputs/input_text_area/autoresize/test_accordion_autoresize.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def test_accordion(page: Page, local_app: ShinyAppProc, is_webkit: bool) -> None
3030
# Skip the rest of the test for webkit.
3131
# Heights are not consistent with chrome and firefox
3232
return
33-
expect_to_have_style(test_text_area.loc, "height", "125px")
34-
expect_to_have_style(test_text_area_w_rows.loc, "height", "125px")
33+
expect_to_have_style(test_text_area.loc, "height", "127px")
34+
expect_to_have_style(test_text_area_w_rows.loc, "height", "127px")
3535

3636
# Make sure the `rows` is consistent
3737
test_text_area.expect_rows("1")

0 commit comments

Comments
 (0)