fix(atm-management-system): fix impossible action in audit

This commit is contained in:
Michele Sessa 2023-08-08 11:03:51 +01:00 committed by Michele
parent 4343e5dbf8
commit 39e7204c5e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#### Functional
##### Open the application and register a new user with the name `"Alice"` and the password `"q1w2e3r4t5y6"`.
##### Open the application and register a new user with the name `"Marcus"` and the password `"q1w2e3r4t5y6"`.
###### Is this user saved in the file `"./data/users.txt"`, and if so, are all credentials correct (name and password)?