mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
test: assert PJAX works when going back
This commit is contained in:
parent
5ddd6c6948
commit
550345f9fe
1 changed files with 2 additions and 0 deletions
|
|
@ -16,9 +16,11 @@ describe(`in Gitako project page`, () => {
|
|||
await waitForLegacyPJAXRedirect()
|
||||
|
||||
page.goBack()
|
||||
await waitForLegacyPJAXRedirect()
|
||||
await sleep(1000)
|
||||
|
||||
page.goBack()
|
||||
await waitForLegacyPJAXRedirect()
|
||||
await sleep(1000)
|
||||
|
||||
expect(
|
||||
|
|
|
|||
Loading…
Reference in a new issue