Skip to content

Commit f4a52f4

Browse files
committed
Fix test
1 parent ca9ef0b commit f4a52f4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/playwright/shiny/components/chat/shiny_input/test_chat_shiny_input.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ def test_validate_chat_shiny_output(page: Page, local_app: ShinyAppProc) -> None
3232
expect(btn.loc).to_be_visible(timeout=TIMEOUT)
3333
btn.click()
3434

35-
chat.expect_latest_message("Numeric value: 0")
36-
3735
numeric = controller.InputNumeric(page, "numeric")
3836
expect(numeric.loc).to_be_visible(timeout=TIMEOUT)
3937
numeric.set("42")

0 commit comments

Comments
 (0)