Skip to content

Commit

Permalink
chore(e2e): fix script for localhost firefox e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hejtful committed Dec 12, 2023
1 parent 208c4f1 commit 9924e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dev": "yarn workspace @serlo/frontend dev",
"e2e": "yarn workspace @serlo/e2e-tests e2e",
"e2e-firefox": "yarn workspace @serlo/e2e-tests e2e-firefox",
"e2e-firefox-localhost": "yarn workspace @serlo/e2e-tests e2e-firefox-workers",
"e2e-firefox-localhost": "yarn workspace @serlo/e2e-tests e2e-firefox-localhost",
"e2e-firefox-workers": "yarn workspace @serlo/e2e-tests e2e-firefox-workers",
"e2e-localapi": "yarn workspace @serlo/e2e-tests e2e-localapi",
"e2e-localhost": "yarn workspace @serlo/e2e-tests e2e-localhost",
Expand Down

0 comments on commit 9924e59

Please sign in to comment.