Skip to content

Commit 42205e8

Browse files
committed
Update test_accordion.py
1 parent 2b5c77b commit 42205e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/shiny/components/accordion/test_accordion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_accordion(page: Page, local_app: ShinyAppProc) -> None:
6666
toggle_updates_button.click()
6767
acc_panel_updated_A.expect_label("Updated title")
6868
acc_panel_updated_A.expect_body("Updated body")
69-
acc_panel_updated_A.expect_icon("Look! An icon! -->")
69+
acc_panel_updated_A.expect_icon(True)
7070

7171
acc.expect_panels(["updated_section_a", "Section B", "Section C", "Section D"])
7272
# workaround - toggle it twice Section A

0 commit comments

Comments
 (0)