We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca380a commit 264a60eCopy full SHA for 264a60e
tests/playwright/shiny/inputs/test_input_checkbox.py
@@ -17,6 +17,8 @@ def test_input_checkbox_kitchen(page: Page, app: ShinyAppProc) -> None:
17
somevalue.expect_label("Some value")
18
19
somevalue.expect_checked(False)
20
+ somevalue.expect_width(None)
21
+
22
output_txt.expect.to_have_text("False")
23
24
somevalue.set(True)
0 commit comments