Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed spinach tests | Phil Hughes | 2017-05-25 | 1 | -3/+3 |
| | |||||
* | Fix feature specs | Douwe Maan | 2017-04-27 | 1 | -1/+1 |
| | |||||
* | Fix up emoji tests that should have failed :/ | Eric Eastwood | 2017-03-24 | 1 | -1/+1 |
| | | | | | | | Some discussion, https://gitlab.slack.com/archives/C0GQHHPGW/p1490398531185144 -> MR to fix failing emoji test: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10230 | ||||
* | remove underscore from user-content id namespace22781-user-generated-permalinks | Mike Greiling | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | update gitlab flavored markdown tests to reflect namespaced ids | Mike Greiling | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | Change `within` to `page.within` in feature steps | Robert Speicher | 2015-06-12 | 1 | -3/+3 |
| | |||||
* | Update all `should`-style syntax to `expect` in features | Robert Speicher | 2015-06-12 | 1 | -2/+2 |
| | |||||
* | Remove feature tests for old task lists | Robert Speicher | 2015-05-06 | 1 | -45/+0 |
| | |||||
* | Fix header_should_have_correct_id_and_link for features | Robert Speicher | 2015-04-30 | 1 | -2/+6 |
| | |||||
* | Fix test assertions | Vinnie Okada | 2014-10-21 | 1 | -5/+5 |
| | | | | | Make sure we're asserting the correct thing when testing visible and invisible DOM elements. | ||||
* | Fix houndci warnings | Vinnie Okada | 2014-10-18 | 1 | -3/+3 |
| | |||||
* | Fix Markdown preview tests | Vinnie Okada | 2014-10-18 | 1 | -9/+15 |
| | | | | | 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 | -7/+7 |
| | | | | | | 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 | -0/+39 |
| | | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes. | ||||
* | Refactor task list tests and coffeescript | Vinnie Okada | 2014-10-06 | 1 | -7/+22 |
| | |||||
* | Add Spinach tests for task lists | Vinnie Okada | 2014-10-06 | 1 | -0/+30 |
| | |||||
* | Remove unnecessary page. from tests. | Ciro Santilli | 2014-09-26 | 1 | -2/+2 |
| | |||||
* | Headers have ids and link to their own id. | Ciro Santillli | 2014-02-11 | 1 | -0/+12 |