Scroll to bottom on setting page
This commit is contained in:
parent
807ba97c4f
commit
fd7509276e
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ describe("options form page", () => {
|
||||||
let useFormInput = await session.findElementByCSS('#setting-source-form');
|
let useFormInput = await session.findElementByCSS('#setting-source-form');
|
||||||
await useFormInput.click();
|
await useFormInput.click();
|
||||||
await session.acceptAlert();
|
await session.acceptAlert();
|
||||||
|
await session.executeScript(() => window.scrollBy(0, 1000));
|
||||||
|
|
||||||
// assert default
|
// assert default
|
||||||
let settings = (await browser.storage.local.get('settings')).settings;
|
let settings = (await browser.storage.local.get('settings')).settings;
|
||||||
|
|
Reference in a new issue