summaryrefslogtreecommitdiff
path: root/features/steps/explore
Commit message (Collapse)AuthorAgeFilesLines
* Show member roles to all users on members page20614-show-member-roles-to-all-usersDouwe Maan2016-08-111-4/+0
|
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-3/+0
|
* fix failing testsempty-repo-instructions-fixPhil Hughes2016-02-231-1/+1
|
* Fixed Rubocop offensesGabriel Mazetto2015-12-152-10/+10
|
* Move ssh-key steps into SharedUser. Change references in "Explore Projects" ↵Eirik Lygre2015-12-091-8/+1
| | | | feature. Apply ssh-key requirement to "Project Create" feature.
* Add spinach tests for the clone protocol selection.Eirik Lygre2015-12-091-0/+8
|
* Add `Group#add_*` convenience methodsrs-group-convenience-methodsRobert Speicher2015-08-071-1/+1
| | | | Encapsulates the logic for `Gitlab::Access::WHATEVER` levels.
* Fix rubocop issues at feature/ directoryDmitriy Zaporozhets2015-06-221-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Call `page.all` instead of `all` in feature stepsRobert Speicher2015-06-121-2/+2
| | | | | | | There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-121-2/+2
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-122-27/+27
|
* Move group members index from `/members` to `/group_members`.Douwe Maan2015-03-151-1/+1
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-4/+4
| | | | | | 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.
* Make Spinach test names consistentCiro Santilli2014-10-052-2/+2
| | | | | | | - do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path
* Remove unnecessary page. from tests.Ciro Santilli2014-09-262-3/+3
|
* Fix testsDmitriy Zaporozhets2014-08-281-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve copy test repo cmdDmitriy Zaporozhets2014-07-311-1/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'star' of https://github.com/cirosantilli/gitlabhq into ↵Dmitriy Zaporozhets2014-07-241-24/+0
| | | | | | | | | cirosantilli-star Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
* Refactor explore area tests. Replaced old linksDmitriy Zaporozhets2014-07-232-0/+265
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>