Skip to content

Commit 73abdaa

Browse files
author
shrey
committed
minor changes
1 parent 1c4144b commit 73abdaa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/tests_tui/test_tui_create_folders.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,9 +617,8 @@ async def test_get_next_sub_and_ses_error_popup(self, setup_project_paths):
617617
pilot, project_name, create_folders=True
618618
)
619619

620-
# Clear the inputs
620+
# Clear the subject input
621621
await self.fill_input(pilot, "#create_folders_subject_input", "")
622-
await self.fill_input(pilot, "#create_folders_session_input", "")
623622

624623
await self.double_click(pilot, "#create_folders_session_input")
625624
await test_utils.await_task_by_name_if_present(

0 commit comments

Comments
 (0)