JacobYim / CSE442-BuyNSell

This is the repository for the CSE442 BuyNSell Web app project.
2 stars 5 forks source link

login_acceptance_test, and signin not working #142

Closed hard2code closed 5 years ago

hard2code commented 5 years ago

Acceptance test file for the feature listed below : login singin add item show item in category add user image change user image and information change password user-session logout

1- sprint2-test.py 2- login_acceptance_test.py 3- signin_acceptance_test.py

To produce: I followed the README file and run the server and database then I typed in the command line pyhton3 login_acceptance_test.py.

Issue: running test file 1 pass successfully, but when I run the other two they gave me Cannot GET /signup.html and Cannot GET /login.html

To fix: I removed the two test files because I have been told by the dev team that the files are for sprint 1.

hard2code commented 5 years ago

and also can you guys be more clear on how to install the chromedriver. because I had to change the directory inside your python test file to reflect usr/bin/chromedriver in my case insted of just ./chromedriver

ChoongLiang commented 5 years ago

Sorry about the confusion, actually both these files are for sprint 1 testing. So sprint2-test itself is fine.

hard2code commented 5 years ago

OK cool, I have created a pull request and I just removed the two files to avoid confusion when testing.