Tests: Update scroll to top acceptance test
This commit is contained in:
parent
c85fd6b7d6
commit
f053150844
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ test.meta("testID", "photos-001")("Scroll to top", async (t) => {
|
|||
.expect(Selector('div[class="v-image__image v-image__image--cover"]').nth(0).visible)
|
||||
.ok();
|
||||
await scroll(0, 1400);
|
||||
await scroll(0, 1000);
|
||||
await scroll(0, 900);
|
||||
await t.click(Selector("button.p-scroll-top")).expect(getcurrentPosition()).eql(0);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue