Fix typo in firefox job

This commit is contained in:
Daniel Imms
2020-02-15 05:30:33 -08:00
parent ffc5e2f446
commit 03c6b0c688
+1 -1
View File
@@ -124,7 +124,7 @@ jobs:
displayName: 'Start test server'
- script: yarn test-api-chromium --headless --forbid-only
displayName: 'Integration tests (Chromium)'
- script: yarn test-api-firfox --headless --forbid-only
- script: yarn test-api-firefox --headless --forbid-only
displayName: 'Integration tests (Firefox)'
- script: yarn test-api-webkit --headless --forbid-only
displayName: 'Integration tests (Webkit)'