Skip to content

Commit 31406f0

Browse files
committed
Retrigger
1 parent c3ae19f commit 31406f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/password_manager/test_password_csv_correctness.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_password_csv_correctness(driver_and_saved_logins, home_folder, sys_plat
3838
about_logins.click_on("export-passwords-button")
3939
about_logins.click_on("continue-export-button")
4040

41-
# Download the password file
41+
# Export the password file
4242
time.sleep(5)
4343
keyboard.tap(Key.enter)
4444

@@ -47,7 +47,7 @@ def test_password_csv_correctness(driver_and_saved_logins, home_folder, sys_plat
4747
csv_file = os.path.join(documents_directory, "passwords.csv")
4848
about_logins.wait.until(lambda _: os.path.exists(csv_file))
4949

50-
# Verify the results
50+
# Verify the contents of the exported csv file
5151
guid_pattern = re.compile(
5252
r"{[0-9a-z]{8}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{4}-[0-9a-z]{12}}"
5353
)

tests/password_manager/test_password_csv_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_password_csv_export(
3838
about_logins.click_on("export-passwords-button")
3939
about_logins.click_on("continue-export-button")
4040

41-
# Download the password file
41+
# Export the password file
4242
time.sleep(5)
4343
keyboard.tap(Key.enter)
4444

0 commit comments

Comments
 (0)