fix(ui): fix test
This commit is contained in:
parent
f7f8a7ac6a
commit
514ab73f3c
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ describe(
|
|||
|
||||
cy.window().then(win => {
|
||||
const jumpMethod = win.playerJump ? win.playerJump : win.playerJumpToTime
|
||||
jumpMethod(SECOND * 7500)
|
||||
jumpMethod(SECOND * 7.5)
|
||||
})
|
||||
cy.wait(SECOND * 4)
|
||||
cy.matchImageSnapshot('1st-breakpoint');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue