Fixes case on reports_spec.rb

This commit is contained in:
filipefurtad0
2023-12-13 12:43:31 +00:00
committed by David Cook
parent b9bb4a4dcb
commit 8a198705e3

View File

@@ -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.