Add user information drop down to top right #64

Merged
atomaka merged 4 commits from user-card into main 2025-06-16 22:35:36 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f2f5161f3f - Show all commits

View file

@ -37,7 +37,7 @@ class CreditCardBillsTest < ApplicationSystemTestCase
test "should destroy Credit card bill" do test "should destroy Credit card bill" do
visit credit_card_bill_url(@credit_card_bill) visit credit_card_bill_url(@credit_card_bill)
click_on "Delete credit card bill", match: :first accept_prompt { click_on "Delete credit card bill", match: :first }
assert_text "Credit card bill was successfully destroyed" assert_text "Credit card bill was successfully destroyed"
end end

View file

@ -47,7 +47,7 @@ class ExpensesTest < ApplicationSystemTestCase
test "should destroy Expense" do test "should destroy Expense" do
visit expense_url(@expense) visit expense_url(@expense)
click_on "Delete expense", match: :first accept_prompt { click_on "Delete expense", match: :first }
assert_text "Expense was successfully destroyed" assert_text "Expense was successfully destroyed"
end end