Skip to content

GitLab Next

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab FOSS GitLab FOSS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 2
    • Merge requests 2
  • Requirements
    • Requirements
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Code review
    • Insights
    • Issue
    • Repository
    • Value stream
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLab FOSSGitLab FOSS
  • Issues
  • #32622

Closed
Open
Created May 19, 2017 by Rémy Coutable@rymaiMaintainer

Transient failures in spec/features/projects/wiki/markdown_preview_spec.rb

As seen in https://gitlab.com/gitlab-org/gitlab-ce/builds/16735563:

  1) Projects > Wiki > User previews markdown changes while creating a new wiki page when there are spaces in the page name rewrites relative links as expected
     Failure/Error: click_link 'New page'

     Capybara::ElementNotFound:
       Unable to find link "New page"
     # ./spec/features/projects/wiki/markdown_preview_spec.rb:49:in `block (4 levels) in <top (required)>'
     # ./spec/spec_helper.rb:76:in `block (2 levels) in <top (required)>'

Finished in 15 minutes 19 seconds (files took 15.55 seconds to load)
346 examples, 1 failure

Failed examples:

rspec ./spec/features/projects/wiki/markdown_preview_spec.rb:48 # Projects > Wiki > User previews markdown changes while creating a new wiki page when there are spaces in the page name rewrites relative links as expected

and https://gitlab.com/gitlab-org/gitlab-ce/builds/16738363:

  1) Projects > Wiki > User previews markdown changes while creating a new wiki page when there are no spaces or hyphens in the page name rewrites relative links as expected
     Failure/Error: find('.add-new-wiki').trigger('click')

     Capybara::ElementNotFound:
       Unable to find css ".add-new-wiki"
     # ./spec/features/projects/wiki/markdown_preview_spec.rb:27:in `block (4 levels) in <top (required)>'
     # ./spec/spec_helper.rb:76:in `block (2 levels) in <top (required)>'

Finished in 17 minutes 52 seconds (files took 19.1 seconds to load)
346 examples, 1 failure

Failed examples:

rspec ./spec/features/projects/wiki/markdown_preview_spec.rb:26 # Projects > Wiki > User previews markdown changes while creating a new wiki page when there are no spaces or hyphens in the page name rewrites relative links as expected
Assignee
Assign to
Time tracking