summaryrefslogtreecommitdiff
path: root/spec/features/issues_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove duplicate feature spec for filtering issues by no milestoneRobert Speicher2015-07-061-16/+0
|
* Update tests and use js-issuable class for context formDmitriy Zaporozhets2015-06-261-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix Style/Blocks cop violationsRobert Speicher2015-06-221-3/+1
|
* Fix Style/HashSyntax violationsRobert Speicher2015-06-221-1/+1
|
* Use `page.all` and `page.within` in specsrs-expect-syntax-specsRobert Speicher2015-06-131-2/+2
|
* Group milestones by title in the dashboard and all other issue viewsDominik Sander2015-05-011-2/+2
| | | | | | | | | This groups milestones by title for issue views like it has been done for the milestone dashboard/project overview. Before milestones with the same title would show up multiple times in the filter dropdown and one could only filter per project and milestone. Now the milestone filter is based on the title of the milestone, i.e. all issues marked with the same milestone title are shown.
* Try to fix tests for pull request #9065Stefan Tatschner2015-04-241-1/+1
| | | | | This crappy test framework stuff fails randomly. So I can't reliably run it on my local machine.
* Fix tests and unassigned filter for issues. Updated CHANGELOGDmitriy Zaporozhets2015-03-271-2/+2
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-21/+21
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Even more hound fixesJeroen van Baarsen2015-02-121-40/+53
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-38/+38
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix testsDmitriy Zaporozhets2015-02-051-8/+10
|
* Adds link to milestone and keeping resource context on smallerJason Blanchard2015-02-031-2/+3
| | | | viewports for issues and merge requests
* Remove unnecessary page. from tests.Ciro Santilli2014-09-261-6/+6
|
* Fix failing spec.Ciro Santilli2014-07-171-2/+2
|
* Test for milestone changed commentDmitriy Zaporozhets2014-06-101-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Split feature tests out to different build jobJeroen van Baarsen2014-04-131-1/+1
|
* Added option to remove issue assignee on project issue page and issue edit pageJason Blanchard2014-03-021-0/+47
|
* Fix testsDmitriy Zaporozhets2014-02-191-10/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix testsDmitriy Zaporozhets2014-02-181-2/+2
|
* Remove Debug from testsAndrew Kumanyaev2014-01-141-2/+0
|
* Fix testsDmitriy Zaporozhets2013-12-201-6/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Added dropdown menus to issue#show page for assignee and milestoneJason Blanchard2013-12-171-0/+78
|
* Capybara tests with first-child/last-child randomly fails so replaced with ↵Dmitriy Zaporozhets2013-11-271-10/+18
| | | | | | alternative method Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use 1.9 hash syntax for some testsDmitriy Zaporozhets2013-11-271-18/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Added sorting to project issues pageJason Blanchard2013-11-231-0/+83
|
* Fix rspec test after bdd3513f03a1db060051a29ffcf535821235eac1Dmitriy Zaporozhets2013-10-201-1/+1
|
* Remove issues search rspec since we test it with spinach tooDmitriy Zaporozhets2013-09-261-34/+0
|
* move capybara scenarios to spec/featuresDmitriy Zaporozhets2013-02-211-0/+132