Skip to content

Commit 4ae6a63

Browse files
committed
Remove unused timeout argument in test
Deleted the unnecessary 'timeout' parameter from the test_validate_row_selection_in_edit_mode function call to clean up the test code.
1 parent 5bbb4ed commit 4ae6a63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/playwright/shiny/components/data_frame/validate_row_selection_edit_mode/test_validate_row_selection_edit_mode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def test_validate_row_selection_in_edit_mode(
6767
"editing",
6868
row=1,
6969
col=0,
70-
timeout=1000,
7170
)
7271

7372
# Click outside the table/Press Escape to exit row focus.

0 commit comments

Comments
 (0)