Skip to content
Open

* test #1381

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ describe('VirtualList with multiple spottables in an item', function () {
await browser.keys('Down Arrow');
// Spotlight still on any item's starIcon.
// '5-way down' long pressure is too fast to catch focus element in Jenkins. Therefore, test to catch focus properly with 5-way down.
await Page.delay(1000);
await Page.spotlightDown();
expect((await Page.getElementAttribute('id')).slice(0, 8)).to.equal('starIcon');
expect(Number(await Page.getElementAttribute('data-index'))).to.above(5);
Expand Down