Skip to content

Commit a806e28

Browse files
committed
Add comment clarifying edit mode test step
A comment was added to explain that the stage column begins to be edited in the test_validate_row_selection_in_edit_mode test. This improves code readability for future maintenance.
1 parent 4ae6a63 commit a806e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_validate_row_selection_in_edit_mode(
6767
"editing",
6868
row=1,
6969
col=0,
70-
)
70+
) # Stage column begins to be edited.
7171

7272
# Click outside the table/Press Escape to exit row focus.
7373
# Tab to the column name, hit enter. Verify the table becomes sorted.

0 commit comments

Comments
 (0)