Skip to content

Commit ca89bab

Browse files
committed
Merge main
1 parent 5b2b1eb commit ca89bab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/pdf_viewer/test_download_triggered_on_content_disposition_attachment.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,13 @@ def test_download_panel_triggered_on_content_disposition_attachment(
3939
nav = Navigation(driver)
4040
about_prefs = AboutPrefs(driver, category="general").open()
4141
browser_actions = BrowserActions(driver)
42+
4243
# search for Applications section in settings
4344
about_prefs.find_in_settings("appl")
45+
4446
# set download option for pdf as always ask
4547
about_prefs.select_content_and_action("application/pdf", "Always ask")
48+
4649
# search pdf file
4750
tabs.open()
4851
nav.search(CONTENT_DISPOSITION_ATTACHMENT_URL)

0 commit comments

Comments
 (0)