summaryrefslogtreecommitdiff
path: root/features/steps/shared/issuable.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix the "x of y" displayed at the top of Issuables' sidebarfix/13356-issuable-index-of-total-in-sidebarRémy Coutable2016-02-151-0/+24
| | | | | | | | 1. We now display the index of the current issuable among all its project's issuables, of the same type and with the same state. 2. Also, refactored a bit the Issuable helpers into a new IssuablesHelper module. 3. Added acceptance specs for the sidebar counter.
* Little refactor plus some specs.Rubén Dávila2016-01-211-0/+13
|
* Improve & adds specs for Issue/MR referencesRémy Coutable2016-01-131-0/+134
| | | | | - Improve specs for private Issue/MR referenced in public Issue - Add specs for private Issue/MR referenced in public MR
* Fix rubocop issues at feature/ directoryDmitriy Zaporozhets2015-06-221-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Revert "Fix tests"Dmitriy Zaporozhets2015-01-141-1/+1
| | | | This reverts commit 1e45ba7f169781d7c1d79fdfcee14760558db253.
* Fix testsDmitriy Zaporozhets2015-01-141-1/+1
|
* Fix issueable context update and fix testsDmitriy Zaporozhets2014-12-221-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor Markdown preview testsVinnie Okada2014-10-181-0/+15
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.