Stop using scroll in test
This commit is contained in:
@@ -272,7 +272,6 @@ describe('browser/settings.html', function desc() {
|
|||||||
const existing = await this.app.client.isExisting('#inputSpellChecker');
|
const existing = await this.app.client.isExisting('#inputSpellChecker');
|
||||||
existing.should.equal(true);
|
existing.should.equal(true);
|
||||||
|
|
||||||
await this.app.client.scroll('#inputSpellChecker');
|
|
||||||
const selected = await this.app.client.isSelected('#inputSpellChecker');
|
const selected = await this.app.client.isSelected('#inputSpellChecker');
|
||||||
selected.should.equal(true);
|
selected.should.equal(true);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user