Skip to content

Commit 264a60e

Browse files
authored
Discard changes to tests/playwright/shiny/inputs/test_input_checkbox.py
1 parent 1ca380a commit 264a60e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/playwright/shiny/inputs/test_input_checkbox.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ def test_input_checkbox_kitchen(page: Page, app: ShinyAppProc) -> None:
1717
somevalue.expect_label("Some value")
1818

1919
somevalue.expect_checked(False)
20+
somevalue.expect_width(None)
21+
2022
output_txt.expect.to_have_text("False")
2123

2224
somevalue.set(True)

0 commit comments

Comments
 (0)