nifty-wallet/test/e2e/test-cases/setup.spec.js

10 lines
191 B
JavaScript

const setup = async (f) => {
it('switches to extensions list', async () => {
await f.delay(300)
await f.switchToFirstPage()
await f.delay(5000)
})
}
module.exports = setup