From c8e6b81d6ea497bf9807542db88e9bcd7fc0d685 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 3 Jul 2023 17:56:30 +0530 Subject: [PATCH] debug: first run firefox tests --- scripts/integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/integration.sh b/scripts/integration.sh index 13535e49..880bfe9e 100755 --- a/scripts/integration.sh +++ b/scripts/integration.sh @@ -28,8 +28,8 @@ git clone https://github.com/mCaptcha/integration . if is_ci then yarn install - xvfb-run --auto-servernum npm run test.chrome xvfb-run --auto-servernum npm run test.firefox + xvfb-run --auto-servernum npm run test.chrome else yarn install npx nightwatch ./test/mCaptcha.ts