Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 3028 convert csv to excel #5209

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: update test message to match the latest changes for Excel file g…
…eneration.
  • Loading branch information
xeniabarreto committed Sep 15, 2023
commit 4f587445a290203eb7181f50bccfe1db5a142ad2
4 changes: 2 additions & 2 deletions spec/system/reports/index_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
visit reports_path

click_on I18n.t("reports.index.download_report_button")
expect(page).to have_text("Downloading Report")
expect(page).to have_text("Select the export format:")
end
end

Expand Down Expand Up @@ -75,7 +75,7 @@
visit reports_path

click_on I18n.t("reports.index.download_report_button")
expect(page).to have_text("Downloading Report")
expect(page).to have_text("Select the export format:")
end
end
end