summaryrefslogtreecommitdiff
path: root/features/steps/user.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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.