From f5d53487105062950d1b2a5a3a6e8ec18653eb8d Mon Sep 17 00:00:00 2001 From: Yosef Benny Widyokarsono Date: Sat, 11 May 2024 16:58:36 +0800 Subject: [PATCH] Fix mileage_rates test --- spec/system/mileage_rates/mileage_rates_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/mileage_rates/mileage_rates_spec.rb b/spec/system/mileage_rates/mileage_rates_spec.rb index 55138f8154..37e318dc02 100644 --- a/spec/system/mileage_rates/mileage_rates_spec.rb +++ b/spec/system/mileage_rates/mileage_rates_spec.rb @@ -20,7 +20,7 @@ expect(page).to have_text("Mileage Rates") expect(page).to have_text("Effective date") - expect(page).to have_text("February 1, 2020") + expect(page).to have_text("January 2, 2020") expect(page).to have_text("Amount") expect(page).to have_text("$1.35") expect(page).to have_text("Active?")