summaryrefslogtreecommitdiff
path: root/features/steps/shared/note.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update Issues/MRs updated_at when user leaves comments.Rubén Dávila2016-01-181-0/+7
|
* Improve & adds specs for Issue/MR referencesRémy Coutable2016-01-131-3/+1
| | | | | - Improve specs for private Issue/MR referenced in public Issue - Add specs for private Issue/MR referenced in public MR
* Show referenced MRs & Issues only when the current viewer can access themRémy Coutable2016-01-131-0/+6
|
* Fix features syntaxRobert Speicher2015-06-221-6/+8
|
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-121-19/+19
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-7/+7
|
* Remove feature tests for old task listsRobert Speicher2015-05-061-14/+0
|
* Fix bug where editing a comment with "+1" or "-1" would cause a server errorStan Hu2015-03-021-0/+17
| | | | Closes #1151
* Make sure Markdown previews always use the same styling as the eventual ↵Douwe Maan2015-02-171-1/+1
| | | | destination.
* Change always passing visible true tests to false.Ciro Santilli2015-01-021-1/+1
|
* Fix test assertionsVinnie Okada2014-10-211-4/+4
| | | | | Make sure we're asserting the correct thing when testing visible and invisible DOM elements.
* Fix houndci warningsVinnie Okada2014-10-181-1/+1
|
* Fix Markdown preview testsVinnie Okada2014-10-181-10/+12
| | | | | 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-6/+6
| | | | | | 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-6/+6
| | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
* Add Spinach tests for task listsVinnie Okada2014-10-061-0/+14
|
* Replace old spinach step definitions with step.Ciro Santilli2014-09-221-17/+17
|
* Even more tests fixed :)Dmitriy Zaporozhets2014-05-241-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Headers have ids and link to their own id.Ciro Santillli2014-02-111-0/+17
|
* Update capybara to 2.1, poltergeist to masterDmitriy Zaporozhets2013-04-111-2/+2
|
* fix incorrectly moved spinach stepDmitriy Zaporozhets2013-03-191-0/+6
|
* fix wall feature. removed duplicated testDmitriy Zaporozhets2013-03-191-21/+0
|
* More fixes for testDmitriy Zaporozhets2013-01-151-2/+6
|
* Fix few test and notify for commit authorDmitriy Zaporozhets2013-01-151-0/+2
|
* Replace commit note request specs with spinach featuresRiyad Preukschas2013-01-151-6/+99
|
* refactor feature stepsNihad Abbasov2012-09-101-0/+21