Skip to content

Commit 9c57a22

Browse files
committed
Update tests
1 parent a381212 commit 9c57a22

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
@@ -42,6 +42,6 @@ def test_accordion(page: Page, local_app: ShinyAppProc, is_webkit: bool) -> None
4242
test_text_area_w_rows.set("single row")
4343

4444
# 1 row
45-
expect_to_have_style(test_text_area.loc, "height", "37px")
45+
expect_to_have_style(test_text_area.loc, "height", "35px")
4646
# 4 rows
47-
expect_to_have_style(test_text_area_w_rows.loc, "height", "104px")
47+
expect_to_have_style(test_text_area_w_rows.loc, "height", "100px")

0 commit comments

Comments
 (0)