Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Issues/MRs updated_at when user leaves comments. | Rubén Dávila | 2016-01-18 | 1 | -0/+7 |
| | |||||
* | Improve & adds specs for Issue/MR references | Rémy Coutable | 2016-01-13 | 1 | -3/+1 |
| | | | | | - Improve specs for private Issue/MR referenced in public Issue - Add specs for private Issue/MR referenced in public MR | ||||
* | Show referenced MRs & Issues only when the current viewer can access them | Rémy Coutable | 2016-01-13 | 1 | -0/+6 |
| | |||||
* | Fix features syntax | Robert Speicher | 2015-06-22 | 1 | -6/+8 |
| | |||||
* | Change `within` to `page.within` in feature steps | Robert Speicher | 2015-06-12 | 1 | -19/+19 |
| | |||||
* | Update all `should`-style syntax to `expect` in features | Robert Speicher | 2015-06-12 | 1 | -7/+7 |
| | |||||
* | Remove feature tests for old task lists | Robert Speicher | 2015-05-06 | 1 | -14/+0 |
| | |||||
* | Fix bug where editing a comment with "+1" or "-1" would cause a server error | Stan Hu | 2015-03-02 | 1 | -0/+17 |
| | | | | Closes #1151 | ||||
* | Make sure Markdown previews always use the same styling as the eventual ↵ | Douwe Maan | 2015-02-17 | 1 | -1/+1 |
| | | | | destination. | ||||
* | Change always passing visible true tests to false. | Ciro Santilli | 2015-01-02 | 1 | -1/+1 |
| | |||||
* | Fix test assertions | Vinnie Okada | 2014-10-21 | 1 | -4/+4 |
| | | | | | Make sure we're asserting the correct thing when testing visible and invisible DOM elements. | ||||
* | Fix houndci warnings | Vinnie Okada | 2014-10-18 | 1 | -1/+1 |
| | |||||
* | Fix Markdown preview tests | Vinnie Okada | 2014-10-18 | 1 | -10/+12 |
| | | | | | Update Spinach tests for Markdown previews for the new-ish tab UI that replaced the old preview/edit toggle button. | ||||
* | Refactor Markdown preview tests | Vinnie Okada | 2014-10-18 | 1 | -6/+6 |
| | | | | | | Create a new shared module for common issue/merge request behavior, use `expect` syntax instead of `should`, and avoid `visible: false` in the `have_css` matcher. | ||||
* | Add Markdown preview to more forms | Vinnie Okada | 2014-10-15 | 1 | -6/+6 |
| | | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes. | ||||
* | Add Spinach tests for task lists | Vinnie Okada | 2014-10-06 | 1 | -0/+14 |
| | |||||
* | Replace old spinach step definitions with step. | Ciro Santilli | 2014-09-22 | 1 | -17/+17 |
| | |||||
* | Even more tests fixed :) | Dmitriy Zaporozhets | 2014-05-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Headers have ids and link to their own id. | Ciro Santillli | 2014-02-11 | 1 | -0/+17 |
| | |||||
* | Update capybara to 2.1, poltergeist to master | Dmitriy Zaporozhets | 2013-04-11 | 1 | -2/+2 |
| | |||||
* | fix incorrectly moved spinach step | Dmitriy Zaporozhets | 2013-03-19 | 1 | -0/+6 |
| | |||||
* | fix wall feature. removed duplicated test | Dmitriy Zaporozhets | 2013-03-19 | 1 | -21/+0 |
| | |||||
* | More fixes for test | Dmitriy Zaporozhets | 2013-01-15 | 1 | -2/+6 |
| | |||||
* | Fix few test and notify for commit author | Dmitriy Zaporozhets | 2013-01-15 | 1 | -0/+2 |
| | |||||
* | Replace commit note request specs with spinach features | Riyad Preukschas | 2013-01-15 | 1 | -6/+99 |
| | |||||
* | refactor feature steps | Nihad Abbasov | 2012-09-10 | 1 | -0/+21 |