From 64c8774867117d78b61edd319d8c7c983f9122d4 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Tue, 6 Feb 2024 12:32:09 -0500 Subject: [PATCH] Fix system test --- test/system/accounts_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/accounts_test.rb b/test/system/accounts_test.rb index 42cd1195..d2be064a 100644 --- a/test/system/accounts_test.rb +++ b/test/system/accounts_test.rb @@ -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