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 0cbac11 commit a0339bfCopy full SHA for a0339bf
e2e/outputs/test_output_image.py
@@ -16,5 +16,5 @@ def test_output_image_kitchen(page: Page, app: ShinyAppProc) -> None:
16
17
img.expect_img_src(re.compile(r"data:image/png;base64"))
18
img.expect_img_height(None)
19
- img.expect_img_width("150px")
+ img.expect_img_width("100px")
20
img.expect_img_alt(None)
0 commit comments