From 6e5491ba26fcb29fea6d522659f25133c2be6b6f Mon Sep 17 00:00:00 2001 From: Huan LI Date: Wed, 28 Dec 2016 23:40:22 +0000 Subject: [PATCH] fix unit test --- test/webdriver.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/webdriver.spec.ts b/test/webdriver.spec.ts index 81ff0458..fdf5884f 100644 --- a/test/webdriver.spec.ts +++ b/test/webdriver.spec.ts @@ -25,7 +25,7 @@ import { * if 2 tests run parallel in the same process, * there will have race conditions for the conflict of `getBrowserPids()` */ -test.only('WebDriver process create & quit test', async t => { +test.serial('WebDriver process create & quit test', async t => { try { const browser = new Browser() t.truthy(browser, 'should instanciate a browser') -- GitLab