Skip to content

Commit b7f1370

Browse files
committed
Update test expectation
1 parent f05a8f7 commit b7f1370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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", "35px")
45+
expect_to_have_style(test_text_area.loc, "height", "37px")
4646
# 4 rows
4747
expect_to_have_style(test_text_area_w_rows.loc, "height", "102px")

0 commit comments

Comments
 (0)