Skip to content

Commit 940514d

Browse files
committed
Test theory for CI flakiness
1 parent 51df1d7 commit 940514d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/downloads/test_download_pdf_from_context_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_download_pdf_from_context_menu(
6161

6262
# Open about:telemetry and go to events tab
6363
about_telemetry.open()
64-
about_telemetry.click_on("events-tab")
64+
about_telemetry.get_element("events-tab").click()
6565

6666
# Verify that Telemetry is recorded
6767
pdf_telemetry_data = ["downloads", "added", "fileExtension", "pdf"]

0 commit comments

Comments
 (0)