Skip to content

Fix Import/Export spec failure

James Lopez requested to merge fix/import-file-spec-error into master

As seen in master:

  1) Import/Export - project import integration test when selecting the namespace path is not prefilled user imports an exported project successfully
     Failure/Error: expect { click_on 'Import project' }.to change { Project.count }.by(1)
       expected `Project.count` to have changed by 1, but was changed by 0
     # ./spec/features/projects/import_export/import_file_spec.rb:57:in `block (4 levels) in <top (required)>'
Edited by James Lopez

Merge request reports