Skip to content

Commit 8a0efdf

Browse files
committed
add padding 2px
1 parent 8c9c910 commit 8a0efdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/shiny/tests_for_ai_generated_apps/input_text_area/test_input_text_area_core_express.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_text_area_demo(page: Page, app: ShinyAppProc) -> None:
1919
"This is some default text.\nIt has multiple lines.\nYou can edit it!"
2020
)
2121
text_area.expect_width("500px")
22-
text_area.expect_height("192px") # 8 rows * 24px per row instead of 200px
22+
text_area.expect_height("194px") # 200px - padding
2323
text_area.expect_cols("50")
2424
text_area.expect_rows("8")
2525
text_area.expect_placeholder("Type something here...")

0 commit comments

Comments
 (0)