chore: add retry to e2e test

This commit is contained in:
Mo
2022-11-17 06:13:50 -06:00
parent 28f36b886c
commit fd170cfd0e

View File

@@ -77,6 +77,7 @@ describe('storage manager', function () {
})
it('ephemeral session should not persist data', async function () {
this.retries(2)
await Factory.registerUserToApplication({
application: this.application,
email: this.email,