Skip to content

Merge requests test failures / Job Failed #73975378

Job #73975378.

These failure are GitLab QA specific, so adding ~bug label here.

  1) merge request rebase rebases source branch of merge request
     Failure/Error: Page::Project::Settings::MergeRequest.act { enable_ff_only }
     
     Capybara::Ambiguous:
       Ambiguous match, found 2 elements matching visible css "section" with text "Merge request" within #<Capybara::Node::Element tag="div" path="/html/body/div/div[2]/div[3]/div">

 2) creates a merge request user creates a new merge request
     Failure/Error: expect(page).to have_content(/Opened [\w\s]+ a minute ago/)
       expected to find text matching /Opened [\w\s]+ a minute ago/ in "Skip to content Projects Groups Activity Milestones Snippets This project P project-with-merge-request-c19686ac5833a186 Project Repository Issues 0 Merge Requests 1 CI / CD Operations Wiki Snippets Settings Collapse sidebar gitlab-qa-sandbox qa-test-11-06-2018-05-30-38 project-with-merge-request-c19686ac5833a186 Merge Requests !1 Open Opened 12 seconds ago by Administrator Edit Close merge request This is a merge request Great feature Request to merge qa-test-feature-fa6da8220371008a into master Web IDE Check out branch Merge Remove source branch Modify commit message You can merge this merge request manually using the command line 0 0 Discussion 0 Commits 1 Changes 1 Write Preview Markdown and quick actions are supported Attach a file Close merge request Todo Add todo Assignee Edit No assignee - assign yourself Milestone Edit None Time tracking No estimate or time spent Labels Edit None Lock merge request Edit Unlocked 1 participant Notifications Reference: gitlab-qa-sandbox/qa-test-11-06-2018-05-30-38/project-with-merge-request-c19686ac5833a186!1"
  1. We need to investigate why we have two sections with merge request text on the settings page.
  2. We need to loosen /Opened [\w\s]+ a minute ago/ even further, and perhaps use /Opened [\w\s]+ ago/.

/cc @rymai