Commit Graph

13 Commits

Author SHA1 Message Date
Robert Speicher 8fac013d9c Remove repository trait from factories that don't need it in features 2017-01-17 16:02:09 -05:00
Robert Speicher 822bf2f91c Add the `:repository` trait to `:project` factories in Cucumber steps 2017-01-17 16:02:08 -05:00
Phil Hughes 1c9440c2cf tests update 2016-05-16 12:22:17 +01:00
Jacob Schatz 8be1118aa5 Merge branch 'clean-user-profile-classes' into 'master'
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
2016-05-04 18:34:34 +00:00
Karlo Soriano c8187738a2 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.
2016-04-27 19:36:04 +08:00
Karlo Soriano 6b2489f200 Fix typo in user steps feature
[ci skip]
2016-04-27 17:53:32 +08:00
Robert Speicher 584f8601ef Change `within` to `page.within` in feature steps 2015-06-12 05:12:42 -04:00
Robert Speicher 69bbc413fe Update all `should`-style syntax to `expect` in features 2015-06-12 05:12:09 -04:00
Dmitriy Zaporozhets b449bc5b77 Improve user calendar test 2015-03-22 19:47:23 -07:00
Dmitriy Zaporozhets 54aca18cf8 Contribution calendar will use events instead of commits to count contributions 2015-03-22 14:35:27 -07:00
Dmitriy Zaporozhets 43afe46bbd Refactor contributions events and write tests for calendar 2015-03-22 13:55:00 -07:00
Ciro Santilli 89f7345f3f Remove unnecessary page. from tests. 2014-09-26 09:51:17 +02:00
Ciro Santillli 91571c078d User pages are visible to users without login
... if the user is authorized to at least one public project.
2014-02-11 15:45:30 +01:00