summaryrefslogtreecommitdiff
path: root/features/steps/user.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move user page spinach tests to RSpecSemyon Pupkov2018-01-251-38/+0
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Finish migration to the new events setupevents-migration-cleanupYorick Peterse2017-09-061-9/+4
| | | | | | | | | | | | | This finishes the procedure for migrating events from the old format into the new format. Code no longer uses the old setup and the database tables used during the migration process are swapped, with the old table being dropped. While the database migration can be reversed this will 1) take a lot of time as data has to be coped around 2) won't restore data in the "events.data" column as we have no way of restoring this. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37241
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Remove repository trait from factories that don't need it in featuresrs-repository-project-traitRobert Speicher2017-01-171-1/+1
|
* Add the `:repository` trait to `:project` factories in Cucumber stepsRobert Speicher2017-01-171-1/+1
|
* tests updatePhil Hughes2016-05-161-1/+1
|
* Merge branch 'clean-user-profile-classes' into 'master' Jacob Schatz2016-05-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | Remove unused .contributed-projects class While working on #13401 and trying to add a new tab to the user profile page, I came across this. I noticed that the `contributed-projects` class was only being used in order to select the div in the tests. For consistency with the other tabs, I decided to remove this class and use the div's id for the selector. See merge request !3945
| * Remove unused .contributed-projects classKarlo Soriano2016-04-271-1/+1
| | | | | | | | | | | | | | | | While working on #13401 and trying to add a new tab to the user profile page, I came across this. I noticed that the `contributed-projects` class was only being used in order to select the div in the tests. For consistency with the other tabs, I decided to remove this class and use the div's id for the selector.
* | Fix typo in user steps featureKarlo Soriano2016-04-271-1/+1
|/ | | | [ci skip]
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-121-1/+1
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-2/+2
|
* Improve user calendar testimprove-contributions-calendarDmitriy Zaporozhets2015-03-221-3/+1
|
* Contribution calendar will use events instead of commits to count contributionsDmitriy Zaporozhets2015-03-221-1/+1
|
* Refactor contributions events and write tests for calendarDmitriy Zaporozhets2015-03-221-0/+35
|
* Remove unnecessary page. from tests.Ciro Santilli2014-09-261-1/+1
|
* User pages are visible to users without loginCiro Santillli2014-02-111-0/+10
... if the user is authorized to at least one public project.