summaryrefslogtreecommitdiff
path: root/spec/features/projects/wiki/user_creates_wiki_page_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Bump Gitaly to 0.98.0Zeger-Jan van de Weg2018-05-071-5/+5
| | | | | | Hooks were run for wikis, but given the internal API wasn't responding failures happended, as seen on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
* Replace the `project/source/markdown_render.feature` spinach test with an ↵blackst0ne2018-05-021-116/+164
| | | | rspec analog
* fix string escaping within latex exampleMike Greiling2017-10-241-2/+2
|
* Replace 'project/wiki.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-111-97/+130
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
|
* Use `empty_project` where possible in spec/features/projectsRobert Speicher2017-07-271-2/+2
|
* Fix project_path helper arguments in wiki specs34698-fix-transient-failureGrzegorz Bizon2017-07-061-1/+1
|
* Fix a nasty transient failure happening is a subsequent specRémy Coutable2017-07-051-9/+18
| | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/34698#note_34276286 for the thorough explanation. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
|
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
|
* Re-enable autocomplete for milestones, tags, releases, and wikiEric Eastwood2017-06-191-0/+16
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33598
* Fix LaTeX formatting for AsciiDoc wikiJarka Kadlecova2017-05-241-0/+34
|
* Fix specsAnnabel Dunstone Gray2017-05-121-2/+2
|
* Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-061-23/+42
|
* Fix wiki commit messageblackst0ne2017-04-051-0/+20
|
* fix tests broken by new wiki page designMike Greiling2016-11-301-6/+6
|
* `WikiPage` should have a slug even when not persisted.fix-wiki-error-500Timothy Andrew2016-07-251-9/+39
| | | | | | | | | | | | | 1. So we can build the markdown preview URL for it. 2. We can't skip the slug in this case, because the slug is used to construct relative markdown URLs. 3. Add rspec feature tests to cover creating wiki pages with spaces/hyphens in the name. 4. Add rspec feature tests for markdown preview URL rewriting, which was only covered by unit tests up to this point.
* Simplify specs by not over-expecting15527-fix-wiki-page-creation-issueRémy Coutable2016-05-021-18/+14
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix error when trying to create a wiki pageRémy Coutable2016-04-291-0/+87
Closes #15527. Signed-off-by: Rémy Coutable <remy@rymai.me>