Remove only
This commit is contained in:
parent
e17c634643
commit
807ba97c4f
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ describe("options form page", () => {
|
|||
assert.deepEqual(settings.form.blacklist, ['yahoo.com'])
|
||||
});
|
||||
|
||||
it.only('add search engines', async () => {
|
||||
it('add search engines', async () => {
|
||||
let url = await browser.runtime.getURL("build/settings.html")
|
||||
await session.navigateTo(url);
|
||||
|
||||
|
|
Reference in a new issue