Skip to content

E2E test: remove check for popup title in ide spec

Jay McCure requested to merge jay_mccure-master-patch-69511 into master

What does this MR do and why?

Resolves https://gitlab.com/gitlab-org/gitlab/-/issues/491469

  • Removes has_element?('div[title="GitLab Web IDE Extension (Extension)"]') as the title doesn't seem to be present anymore. This would cause the test to wait an extra 10s before clicking Create MR button. In slow runs the pop-up can dissappear causing a stale element exception.
  • This should reduce the test time by 10s also
  • Removes spec from quarantine

How to set up and validate locally

QA_LOG_LEVEL=DEBUG QA_GITLAB_URL=https://gdk.test:3443 bundle exec rspec qa/specs/features/browser_ui/3_create/web_ide/upload_new_file_in_web_ide_spec.rb:63
Edited by Jay McCure

Merge request reports

Loading