commit
689fa0526e
4 changed files with 3 additions and 7 deletions
|
@ -5,7 +5,7 @@ executors:
|
|||
docker:
|
||||
- image: circleci/node:10-stretch-browsers
|
||||
environment:
|
||||
- FIREFOX_VERSION: "60.0esr"
|
||||
- FIREFOX_VERSION: "68.0esr"
|
||||
- GECKODRIVER_VERSION: "0.24.0"
|
||||
working_directory: ~
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ For usage and more detailed information, check out our [documentations][document
|
|||
|
||||
## Compatibility
|
||||
|
||||
- Firefox 60 ESR
|
||||
- Firefox 68 ESR
|
||||
|
||||
## Copyright
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ since it uses the WebExtensions API.
|
|||
|
||||
### Install Vim Vixen
|
||||
|
||||
Vim Vixen is supported on Firefox 60 ESR. Please latest version of stable ESR
|
||||
Vim Vixen is supported on Firefox 68 ESR. Please latest version of stable ESR
|
||||
from the [download page](https://www.mozilla.org/en-US/firefox/).
|
||||
You can install Vim Vixen from [Firefox add-ons (addons.mozilla.org)][AMO], and
|
||||
manage installed addon-ons on Firefox preferences `about:preferences`.
|
||||
|
|
|
@ -38,8 +38,6 @@ describe("options form page", () => {
|
|||
it('add blacklist item', async () => {
|
||||
let page = await OptionPage.open(lanthan);
|
||||
let forms = await page.switchToForm();
|
||||
// Scroll is required to click a button on Firefox 60
|
||||
await page.scrollTo(0, 1000);
|
||||
|
||||
// assert default
|
||||
let settings = (await browser.storage.local.get('settings')).settings;
|
||||
|
@ -67,8 +65,6 @@ describe("options form page", () => {
|
|||
it('add a partial blacklist item', async () => {
|
||||
let page = await OptionPage.open(lanthan);
|
||||
let forms = await page.switchToForm();
|
||||
// Scroll is required to click a button on Firefox 60
|
||||
await page.scrollTo(0, 1000);
|
||||
|
||||
// assert default
|
||||
let settings = (await browser.storage.local.get('settings')).settings;
|
||||
|
|
Reference in a new issue