Skip to content

Commit 9b218e9

Browse files
Fixing line 44 on tests/test_download_page.py
1 parent 11c7227 commit 9b218e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_download_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_download_facility_page_navigation(page: Page) -> None:
4141
BasePage(page).click_back_button()
4242

4343
# Batch download request and retrieval page loads as expected
44-
DownloadsPage(page).go_to_batch_download_request_and_page
44+
DownloadsPage(page).go_to_batch_download_request_and_page()
4545
BatchDownloadRequestAndRetrieval(page).verify_batch_download_request_and_retrieval_title()
4646

4747
# Batch download request and retrieval page contains warning message

0 commit comments

Comments
 (0)