Skip to content

Commit b19444d

Browse files
committed
fix deved
1 parent 16b7d65 commit b19444d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
env:
160160
FX_EXECUTABLE: /Volumes/${{ steps.setup.outputs.app_name }}/${{ steps.setup.outputs.app_name }}.app/Contents/MacOS/firefox
161161
run: |
162-
/Volumes/Firefox/Firefox.app/Contents/MacOS/firefox --version
162+
$FX_EXECUTABLE --version
163163
pipenv run python choose_ci_set.py
164164
pipenv run pytest --fx-executable="$FX_EXECUTABLE" -n 4 $(cat selected_tests) || TEST_EXIT_CODE=$?
165165
mv artifacts artifacts-mac || true

tests/pdf_viewer/test_add_image_pdf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
DELETE_MENU_OPTION = "pdfjs-delete"
1414

1515

16+
@pytest.fixture()
17+
def hard_quit():
18+
return True
19+
20+
1621
@pytest.fixture()
1722
def test_case():
1823
return "2228202"

0 commit comments

Comments
 (0)