Skip to content

[E2E] Fixing the imported and imported_from values for issue comments

Nivetha Prabakaran requested to merge np-migration-fix into master

What does this MR do and why?

There was a new imported and imported_from metadata added to the issue comments in the MR !152576 (merged), which made the E2E tests to fail. Since the test compares the source and target values for issue comments, I have ignored these imported and imported_from metadata from the comparison.

Fixes Failure: https://gitlab.com/gitlab-org/gitlab/-/issues/461222

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

To run the tests against local GDK:

QA_GITLAB_URL=GDK_URL GITLAB_PASSWORD=xxxx GITLAB_QA_ADMIN_ACCESS_TOKEN=xxxx QA_IMPORT_SOURCE_URL=GDK_URL bundle exec rspec qa/specs/features/api/1_manage/migration/gitlab_migration_issue_spec.rb

Merge request reports