test: update due to removing .babelrc

This commit is contained in:
EnixCoda 2022-08-22 00:08:00 +08:00
parent c2f6eb49cc
commit e7f6a6a457

View file

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