1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-30 10:39:40 +02:00

Fix system test

This commit is contained in:
Zach Gollwitzer 2024-02-06 12:32:09 -05:00
parent 1182ab39bd
commit 64c8774867

View file

@ -13,6 +13,6 @@ class AccountsTest < ApplicationSystemTestCase
fill_in "Balance", with: "1000" fill_in "Balance", with: "1000"
click_on "Submit" click_on "Submit"
end end
assert_text "$1,000.00" assert_text "$1,000"
end end
end end