drive-server
drive-server copied to clipboard
[_]: test/e2e-auth
Added e2e test for register, login and access users (with credentials).
Depends on:
- https://github.com/internxt/drive-server/pull/270
- https://github.com/internxt/drive-server/pull/272
As you commented on the weekly, @foxkdev, the issue on sequelize translating 0 and 1 to false and true was solved, and on my the test no longer occurs.
To have it written down the error occurred on the test: should be able to register a referred user
, it was throwing the error:
operator does not exist: boolean = integer
on https://github.com/internxt/drive-server/blob/539238d265e0c010d07ab818ff34c21402f2120a/src/app/services/usersReferrals.js#L109
Note: still waiting to merge as there is a conflict in running this along with storage e2e
Note: still waiting to merge as there is a conflict in running this along with storage e2e
Solved by unifying the test into one file