issues
search
cse442-fall-2019-offering
/
442projects-the-boys
442projects-the-boys created by GitHub Classroom
0
stars
1
forks
source link
Ability to edit previous expenses
#37
Open
jbochnik
opened
5 years ago
jbochnik
commented
5 years ago
Task test:
Start on the quick entry page
Create a new expense by adding a name and cost to the fields titled name and cost
Click the "add expense" button to create the expense
The page will reload and the expense you just created should appear under the tip of the day box.
click on the blue "edit" button for the expense that you just created.
you should be redirected to a new page that in bold says "Edit expense" below the green nav bar.
Change the name of the expense by adding a new name to the "expense" field
Change the cost to a new cost by adding a cost to the "Price" field
Click the green "edit expense" button
Know you should be redirected back to the quick entry page
Ensure that the expense that you edited is now displayed below the tip of the day box with its new name and new price
Task test: