summaryrefslogtreecommitdiff
path: root/features/steps/search.rb
Commit message (Collapse)AuthorAgeFilesLines
* Ability to search milestonesmilestone_searchValery Sizov2015-08-241-0/+11
|
* Fix features syntaxRobert Speicher2015-06-221-3/+9
|
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-121-4/+4
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-5/+5
|
* Fix Error 500 when searching Wiki pagesStan Hu2015-04-301-0/+20
| | | | Closes #1547
* Fixes the search test that fails whenever faker uses a name with Bar in it. ↵DJ Mountney2014-12-081-4/+4
| | | | Limit check to being within the search results div.
* Remove def project from tests that inherit it.Ciro Santilli2014-09-281-4/+0
|
* Improve search testsDmitriy Zaporozhets2014-08-271-0/+73
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>