Skip to content

[Rails5] Fix project's path check

Jan Provaznik requested to merge rails5-fix-project-import into master

What does this MR do?

When importing a project, after clicking 'Create Project' button, user is redirected either to to the project's import page or project's show page depending whether import is still in progress.

In Rails 5, the test is failing because user is still on project_import_path (in opposite to rails 4 where user is already on the project's show page), this difference is probably because test_after_commit is now included in rails 5 by default (see https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6771#note_94358949). This MR updates the failing spec to accept project's import page in rails 5.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #7081 (closed)

Edited by Grzegorz Bizon

Merge request reports