nyu-devops-team / customers

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

Consolidate BDD test for update #91

Closed JustinChiangkc closed 3 years ago

JustinChiangkc commented 3 years ago

Describe the Problem: The BDD test for update only tested update of "address". However, it should test whether all the features could be updated. For example, "active" couldn't be update when I test it(now, it is fixed)

Steps to Reproduce: Add BDD test for all features of customers

Expected Result: all the features could be updated and passed the BDD test

Observed Result: None