Skip to content

Commit a0339bf

Browse files
committed
Update test
1 parent 0cbac11 commit a0339bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/outputs/test_output_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ def test_output_image_kitchen(page: Page, app: ShinyAppProc) -> None:
1616

1717
img.expect_img_src(re.compile(r"data:image/png;base64"))
1818
img.expect_img_height(None)
19-
img.expect_img_width("150px")
19+
img.expect_img_width("100px")
2020
img.expect_img_alt(None)

0 commit comments

Comments
 (0)