Add E2E test for Jira Issue Importer

This E2E test is for the new Jira issue importer: gitlab-org&2766 (closed)

Should probably build off of/wait for gitlab-org/gitlab!30782 (merged) and gitlab-org/gitlab-qa!451 (merged)

Steps

  1. Log into GitLab
  2. Create a test project
  3. Set up Jira integration in the test project
  4. Navigate to the Issues page
  5. Click the Import Issues button.
  6. Click Import issues from Jira button in the dropdown
  7. Select a Jira project from the form
  8. Import Issues
  9. Verify confirmation message that import has started
  10. Wait for the import to complete (API?)
  11. Go to the issues page
  12. Open an imported issue
  13. Validate the issue data (more data will be imported as the Jira importer is enhanced)
Edited by Désirée Chevalier