Skip to content

Commit 358f676

Browse files
Fixing spelling mistake
1 parent 652cef3 commit 358f676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/datasets/investigation_dataset_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def click_save_dataset_button(self) -> None:
424424
def click_save_dataset_button_assert_dialog(self, expected_text: str) -> None:
425425
"""
426426
Clicks on the save dataset button and performs an assertion of the resulting dialog text.
427-
Once done dismissed the dialog.
427+
Once done it dismisses the dialog.
428428
Args:
429429
expected_text (str): The expected text in the resultant dialog
430430
"""

0 commit comments

Comments
 (0)