Skip to content

Commit c1be62b

Browse files
test if geckodriver was the issue (#924)
1 parent fc9eb2d commit c1be62b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/l10n.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
$line = $_
230230
Write-Host "Running tests for: $line"
231231
try {
232-
pipenv run python -m l10n_CM.run_l10n --fx-executable="$env:FX_EXECUTABLE" $line
232+
pipenv run python -m l10n_CM.run_l10n --geckodriver=geckodriver.exe --fx-executable="$env:FX_EXECUTABLE" $line
233233
} catch {
234234
$SCRIPT_EXIT_CODE = $_.Exception.HResult
235235
}

l10n_CM/constants/libro/AT/libro_ad.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"postal_code": "a95979b5-b91b-423f-825d-48112c1c27ec",
99
"telephone": "443642dc-9c22-4601-926e-35377961b5fc"
1010
},
11-
1211
"form_field": "*[data-moz-autofill-inspect-id='{given_name}']",
1312
"fields": [
1413
"b885db87-1444-4b2b-b89b-0b54d68d996f",
@@ -18,7 +17,7 @@
1817
"a95979b5-b91b-423f-825d-48112c1c27ec",
1918
"443642dc-9c22-4601-926e-35377961b5fc"
2019
],
21-
"skipped": [
20+
"skipped": [
2221
"test_demo_ad_2a_preview_name_org_fields.py",
2322
"test_demo_ad_2b_preview_address_fields.py",
2423
"test_demo_ad_2c_preview_phone_email_fields.py",

0 commit comments

Comments
 (0)