mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
test: update due to removing .babelrc
This commit is contained in:
parent
c2f6eb49cc
commit
e7f6a6a457
1 changed files with 3 additions and 2 deletions
|
|
@ -4,11 +4,12 @@ import {
|
|||
expectToNotFind,
|
||||
patientClick,
|
||||
selectFileTreeItem,
|
||||
sleep, waitForRedirect
|
||||
sleep,
|
||||
waitForRedirect,
|
||||
} from '../../utils'
|
||||
|
||||
describe(`in Gitako project page`, () => {
|
||||
beforeAll(() => page.goto('https://github.com/EnixCoda/Gitako'))
|
||||
beforeAll(() => page.goto('https://github.com/EnixCoda/Gitako/tree/test/multiple-changes'))
|
||||
|
||||
it('should work with PJAX', async () => {
|
||||
await sleep(3000)
|
||||
|
|
|
|||
Loading…
Reference in a new issue