Skip to content

Commit 9a3027c

Browse files
committed
rename the file
1 parent 63a3f65 commit 9a3027c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/ai_generated_apps/bookmark_tests/input_date/test_bookmark_input_date.py renamed to tests/playwright/ai_generated_apps/bookmark_tests/input_date/test_bookmark_input_date_bookmarking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def test_bookmark_date_inputs(page: Page, app: ShinyAppProc) -> None:
1818
text1 = controller.Text(page, "selected_date1")
1919
text1.expect_text("Selected date: 2024-01-01")
2020

21-
bookmark_button = controller.InputActionButton(page, "bookmark_button")
21+
# bookmark_button = controller.InputActionLink(page, "bookmark_button")

0 commit comments

Comments
 (0)