We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc99d59 + 9f0f72d commit e866b32Copy full SHA for e866b32
tests/test_school_moves.py
@@ -54,7 +54,9 @@ def upload_class_list():
54
ImportRecordsWizardPage(page, test_data).approve_preview_if_shown(
55
upload_time
56
)
57
- ImportRecordsWizardPage(page, test_data).verify_upload_output(output_file_path)
+ ImportRecordsWizardPage(page, test_data).verify_upload_output(
58
+ file_path=output_file_path
59
+ )
60
61
DashboardPage(page).click_sessions()
62
SessionsSearchPage(page).click_session_for_programme_group(
0 commit comments