Skip to content

Commit

Permalink
test: update due to removing .babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
EnixCoda committed Aug 21, 2022
1 parent c2f6eb4 commit e7f6a6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions __tests__/cases/non-parallel/pjax.internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e7f6a6a

Please sign in to comment.