andela / ah-infinity-stones

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

chore(login): test user login process after they submit email and pas… #26

Closed codeplus254 closed 5 years ago

codeplus254 commented 5 years ago

What does this PR do?

Tests the normal login process where the user inputs their email and id.

Description of Task to be completed?

Write failing tests before the login feature is implemented.

How should this be manually tested?

export DATABASE_USER='postgres' export DATABASE_PASSWORD='postgres' export HOST='localhost' export PORT='5432' export DATABASE_TEST='test_db'