Skip to content

Commit 027364a

Browse files
author
Benjamin Perez
committed
firefox-testing
1 parent d615802 commit 027364a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-app/tests/scripts/permissions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ __init__() {
100100
main() {
101101
(yarn start &>/dev/null) &
102102
(./console server &>/dev/null) &
103-
(testcafe "chrome:headless" "$1" -q --skip-js-errors -c 3)
103+
(testcafe "firefox:headless" "$1" -q --skip-js-errors -c 3)
104104
cleanup
105105
}
106106

0 commit comments

Comments
 (0)