summaryrefslogtreecommitdiff
path: root/features/steps/shared/markdown.rb
Commit message (Collapse)AuthorAgeFilesLines
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-121-3/+3
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-2/+2
|
* Remove feature tests for old task listsRobert Speicher2015-05-061-45/+0
|
* Fix header_should_have_correct_id_and_link for featuresRobert Speicher2015-04-301-2/+6
|
* Fix test assertionsVinnie Okada2014-10-211-5/+5
| | | | | Make sure we're asserting the correct thing when testing visible and invisible DOM elements.
* Fix houndci warningsVinnie Okada2014-10-181-3/+3
|
* Fix Markdown preview testsVinnie Okada2014-10-181-9/+15
| | | | | Update Spinach tests for Markdown previews for the new-ish tab UI that replaced the old preview/edit toggle button.
* Refactor Markdown preview testsVinnie Okada2014-10-181-7/+7
| | | | | | Create a new shared module for common issue/merge request behavior, use `expect` syntax instead of `should`, and avoid `visible: false` in the `have_css` matcher.
* Add Markdown preview to more formsVinnie Okada2014-10-151-0/+39
| | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
* Refactor task list tests and coffeescriptVinnie Okada2014-10-061-7/+22
|
* Add Spinach tests for task listsVinnie Okada2014-10-061-0/+30
|
* Remove unnecessary page. from tests.Ciro Santilli2014-09-261-2/+2
|
* Headers have ids and link to their own id.Ciro Santillli2014-02-111-0/+12