SEG491X-W2023-T42 / mikado-machine

A multi-platform web-app for managing tasks and goals using the Mikado Method.
https://mikadomachine.uottawaesports.ca/
1 stars 0 forks source link

Test login by e2e #68

Closed danielzgtg closed 1 year ago

danielzgtg commented 1 year ago

Closes #64.

This tests that the app handles the sign in flow properly and the new graph launches successfully after that.

mikado-machine/e2e$ npm test

> e2e@1.0.0 test
> jest

 PASS   e2e  e2e/user.spec.js (6.986 s)
  Login
    ✓ Log in with the emulator (6651 ms)

Test Suites: 1 passed, 1 total
Tests:       1 passed, 1 total
Snapshots:   0 total
Time:        7.019 s, estimated 33 s
Ran all test suites.