You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Integration testing with the production backend
56
56
57
-
Currently, MFA TOTP tests only run against the production backend (since they are not supported on the emulator yet).
57
+
Currently, MFA TOTP and password policy tests only run against the production backend (since they are not supported on the emulator yet).
58
58
Running against the backend also makes it a more reliable end-to-end test.
59
59
60
60
The TOTP tests require the following email/password combination to exist in the project, so if you are running this test against your test project, please create this user:
Replace the tenant ID `passpol-tenant-d7hha` in `test/integration/flows/password_policy.test.ts` with the ID for the newly created tenant. The tenant ID can be found at the end of the `name` property in the response and is in the format `passpol-tenant-xxxxx`.
100
+
74
101
### Selenium Webdriver tests
75
102
76
103
These tests assume that you have both Firefox and Chrome installed on your
0 commit comments