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"
click_on "Submit"
end
assert_text "$1,000.00"
assert_text "$1,000"
end
end