nyu-devops-team / customers

The customers resource is a representation of the customer accounts of the eCommerce site
2 stars 1 forks source link

Bugs in List function (last name, email, address, active #81

Closed JustinChiangkc closed 3 years ago

JustinChiangkc commented 3 years ago

Describe the Problem: We should see the correct information of each user after I press "search" The information of id and email are not correct

Steps to Reproduce:

  1. Modify the bdd test to test whether email and id are correct
  2. modify the return of the information (Guess we might need to modify the api or UI)

... ... Expected Result: id and email of the customer should be correct

Observed Result:

Screen Shot 2020-11-11 at 3.05.12 PM.pngScreen Shot 2020-11-11 at 3.05.33 PM.png

nancywen25 commented 3 years ago

@eaglet Is there a PR that's attached to this issue?

nancywen25 commented 3 years ago

@eaglet @rohanraj96 The IDs look correct, but the email is still displaying the last name

nancywen25 commented 3 years ago
Screen Shot 2020-11-12 at 12 42 56 PM