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

Remove test case using js: true #313

Merged
merged 1 commit into from
Oct 10, 2023
Merged

Conversation

hmdros
Copy link
Contributor

@hmdros hmdros commented Oct 10, 2023

Jira Ticket

https://ombulabs.atlassian.net/browse/MKT-582

Motivation / Context

#308
As a feature test, this file spec/features/projects_manage_spec.rb is defined with js: true at the beginning, which makes the action interact with browser and download file locally.
This same file at line 139 is testing the same behavior setting js: false.
We also have testing for CSV file content in spec/controllers/stories_controller_spec.rb:148.

QA / Testing Instructions

Run Rspec, check if nothing fails and check if your local 'Download' folder has a .csv file created
CSV file behavior will not change.

Screenshots:


I will abide by the code of conduct.

@hmdros hmdros linked an issue Oct 10, 2023 that may be closed by this pull request
3 tasks
@aisayo aisayo temporarily deployed to points-p-308-fix-file-d-pg85o2 October 10, 2023 19:35 Inactive
@JuanVqz JuanVqz merged commit 1be286f into main Oct 10, 2023
5 checks passed
@JuanVqz JuanVqz deleted the p-308-fix-file-download-locally branch October 10, 2023 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running tests downloads an export file in the system's Downloads folder
4 participants