Stop using scroll in test

This commit is contained in:
Yuya Ochiai 2018-03-20 23:12:00 +09:00
parent b737e63f68
commit 570b256da9

View file

@ -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);