提交 fcd2c3b9 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

code clean

上级 21871140
......@@ -18,11 +18,6 @@
*/
import { test } from 'ava'
// import {
// Browser
// , By
// } from 'selenium-webdriver'
import {
Bridge,
Browser,
......@@ -54,8 +49,8 @@ test.serial('WebDriver process create & quit test', async t => {
pids = await browser.getBrowserPidList()
t.is(pids.length, 0, 'no driver process after quit')
} catch (err) {
t.fail(err.message || err)
} catch (e) {
t.fail(e.message || e)
}
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册