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
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