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.
1 parent 51df1d7 commit 940514dCopy full SHA for 940514d
tests/downloads/test_download_pdf_from_context_menu.py
@@ -61,7 +61,7 @@ def test_download_pdf_from_context_menu(
61
62
# Open about:telemetry and go to events tab
63
about_telemetry.open()
64
- about_telemetry.click_on("events-tab")
+ about_telemetry.get_element("events-tab").click()
65
66
# Verify that Telemetry is recorded
67
pdf_telemetry_data = ["downloads", "added", "fileExtension", "pdf"]
0 commit comments