|
|
@ -16,9 +16,8 @@ describe('', function () { |
|
|
|
before(async function () { |
|
|
|
before(async function () { |
|
|
|
const extPath = path.resolve('dist/firefox') |
|
|
|
const extPath = path.resolve('dist/firefox') |
|
|
|
driver = buildFirefoxWebdriver() |
|
|
|
driver = buildFirefoxWebdriver() |
|
|
|
await delay(2000) |
|
|
|
|
|
|
|
installWebExt(driver, extPath) |
|
|
|
installWebExt(driver, extPath) |
|
|
|
await delay(2000)
|
|
|
|
await delay(700) |
|
|
|
}) |
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
afterEach(async function () { |
|
|
|
afterEach(async function () { |
|
|
|