summaryrefslogtreecommitdiff
path: root/spec/features/issues/filtered_search/filter_issues_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Recent search history for issuesEric Eastwood2017-04-061-2/+2
| | | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/27262
* Use `sign_in` instead of `login_as` when we're not testing login flowRobert Speicher2017-04-041-9/+11
| | | | | | | | | | | | | | This is a proof of concept for gitlab-org/gitlab-ce#30196. The actual login procedure is well-tested by `spec/features/login_spec.rb`, and we don't gain anything by also thoroughly testing it here, in our second-slowest feature spec. In fact, it only slows us down! So instead we use `sign_in` from the `Devise::Test::IntegrationHelpers` module, which just sets the current user at the Warden level. This drastically reduces the "setup" phase of every test in this file. A non-scientific test run saw this drop from 633 to 231 seconds.
* Ensure users have a short username otherwise a click event is triggered ↵29241-fix-transient-failureRémy Coutable2017-04-041-11/+11
| | | | | | outside the search field Signed-off-by: Rémy Coutable <remy@rymai.me>
* Allow filtering by all started milestonesbetter-priority-sortingSean McGivern2017-03-151-2/+9
|
* Code improvementsfiltered-search-visual-tokens-improvementsClement Ho2017-03-071-2/+2
|
* Add filtered search visual tokensfiltered-search-visual-tokensClement Ho2017-03-071-160/+207
|
* Add filtered search to MR pageadd-filtered-search-to-mrClement Ho2017-02-211-13/+1
|
* Enable the `RSpec/ExpectActual` cop and correct offensesRobert Speicher2017-02-101-22/+11
|
* Remove sleep from testsClement Ho2017-02-081-2/+0
|
* Add tests27756-fix-json-404-responseAlfredo Sumaran2017-02-071-0/+24
|
* Fix subscribe btn testAnnabel Dunstone Gray2017-01-241-1/+1
|
* update tests to correspond with new behaviorMike Greiling2017-01-211-3/+3
|
* Fixed issue when label or milestone had spacePhil Hughes2017-01-211-0/+12
|
* Added testsPhil Hughes2017-01-211-2/+35
| | | | Fixed edge cases with changing value
* Fix rubocopsearch-bar-first-iterationClement Ho2017-01-111-11/+11
|
* Backend reviewClement Ho2017-01-111-13/+90
|
* Fix specsClement Ho2017-01-091-1/+1
|
* Add specs for remaining dropdownsClement Ho2017-01-091-20/+20
|
* Create dropdown hint specClement Ho2017-01-091-0/+682