From 8a198705e3b1bdbf42afb3cab50a63a54bd549a8 Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Wed, 13 Dec 2023 12:43:31 +0000 Subject: [PATCH] Fixes case on reports_spec.rb --- spec/system/admin/reports_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/admin/reports_spec.rb b/spec/system/admin/reports_spec.rb index eea2a849c6..1f6ac134d7 100644 --- a/spec/system/admin/reports_spec.rb +++ b/spec/system/admin/reports_spec.rb @@ -133,7 +133,7 @@ RSpec.describe ' click_on "Go" - expect(page).to have_content "FIRST NAME LAST NAME BILLING ADDRESS EMAIL" + expect(page).to have_content "First Name Last Name Billing Address Email" # Now that we see the report, we need to make sure that it's not replaced # by the "loading" spinner when the controller action finishes.