Skip to content

Instantly share code, notes, and snippets.

@IhostVlad
Created June 5, 2019 09:07
Show Gist options
  • Save IhostVlad/88d3a67e444c687a89adcc58caf63d09 to your computer and use it in GitHub Desktop.
Save IhostVlad/88d3a67e444c687a89adcc58caf63d09 to your computer and use it in GitHub Desktop.
fixture`ResolveJS`.page`https://github.com/reimagined/resolve`
test('ResolveJS', async t => {
await t.setNativeDialogHandler(() => true)
const locationPath = (await t.eval(() => window.location)).pathname
await t.expect(locationPath).eql('/reimagined/resolve')
// await t.expect(locationPath).eql('/reimagined/resolve2')
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment