summaryrefslogtreecommitdiff
path: root/features/steps/shared/note.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove /featuresblackst0ne2018-05-141-21/+0
|
* Replace `features/project/merge_requests/references.featue`blackst0ne-replace-spinach-project-merge-requests-references.featureblackst0ne2018-05-101-4/+0
|
* Replace the `project/commits/comments.feature` spinach test with an rspec analogblackst0ne2018-04-161-122/+0
|
* Replace the `project/issues/issues.feature` spinach test with an rspec analogblackst0ne2018-04-031-22/+0
|
* Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-09-051-1/+6
|\
| * Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-171-5/+2
| |\ | | | | | | | | | | | | | | | # Conflicts: # package.json # spec/support/features/reportable_note_shared_examples.rb
| * | Fix open discussionsFilipa Lacerda2017-08-111-1/+1
| | | | | | | | | | | | Put back deleted tests
| * | Fix broken testsFilipa Lacerda2017-08-101-2/+5
| | |
| * | Remove forgotten fdescribeFilipa Lacerda2017-08-101-0/+2
| | |
* | | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-161-5/+2
|\ \ \ | | |/ | |/|
| * | take edit note button out of dropdown34527-make-edit-comment-button-always-available-outside-of-dropdownSimon Knox2017-08-101-5/+2
| |/
* | Accept the confirm modal to make comment on commit spec to passStan Hu2017-08-131-1/+1
|/
* Added more actions and report as abuse to all notesLuke "Jared" Bennett2017-06-071-3/+13
|
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-5/+5
|
* Add instant comments supportKushal Pandya2017-05-051-0/+4
|
* Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez2017-04-061-1/+1
|
* Fix up emoji tests that should have failed :/Eric Eastwood2017-03-241-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
* Add nested groups support to the routingdz-allow-nested-group-routingDmitriy Zaporozhets2016-11-231-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Wait for ajax for every merge request spinach testdz-spinach-wait-ajaxDmitriy Zaporozhets2016-10-181-2/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix merge requests feature testsfix-merge-request-diff-spinach-failuresDmitriy Zaporozhets2016-10-161-1/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
| | | | Also removes the note from the development/testing.md guide
* Updated testsPhil Hughes2016-04-041-1/+1
|
* Commits comment test updatePhil Hughes2016-04-041-1/+1
|
* Merge branch 'comment-discard-button' into 'master' Jacob Schatz2016-03-111-3/+3
|\ | | | | | | | | | | | | | | | | Added discard button to comment form Also changed the labels on the buttons to better match the action they are completing. Closes #8057 See merge request !3085
| * Updated testsPhil Hughes2016-03-041-3/+3
| |
* | Remove redundant integration testsRobert Speicher2016-03-071-7/+0
|/ | | | | | | | | | These three tests were essentially checking that adding a note to something updated its `noteable`'s `updated_at` attribute. This is well-tested Rails behavior and we shouldn't feel the need to write an integration test to verify it. At most we should be ensuring that the association definition adds the `touch: true` option, which we now do in Note's unit test.
* Update Issues/MRs updated_at when user leaves comments.Rubén Dávila2016-01-181-0/+7
|
* Improve & adds specs for Issue/MR referencesRémy Coutable2016-01-131-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 themRémy Coutable2016-01-131-0/+6
|
* Fix features syntaxRobert Speicher2015-06-221-6/+8
|
* Change `within` to `page.within` in feature stepsRobert Speicher2015-06-121-19/+19
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-7/+7
|
* Remove feature tests for old task listsRobert Speicher2015-05-061-14/+0
|
* Fix bug where editing a comment with "+1" or "-1" would cause a server errorStan Hu2015-03-021-0/+17
| | | | Closes #1151
* Make sure Markdown previews always use the same styling as the eventual ↵Douwe Maan2015-02-171-1/+1
| | | | destination.
* Change always passing visible true tests to false.Ciro Santilli2015-01-021-1/+1
|
* Fix test assertionsVinnie Okada2014-10-211-4/+4
| | | | | Make sure we're asserting the correct thing when testing visible and invisible DOM elements.
* Fix houndci warningsVinnie Okada2014-10-181-1/+1
|
* Fix Markdown preview testsVinnie Okada2014-10-181-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 testsVinnie Okada2014-10-181-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 formsVinnie Okada2014-10-151-6/+6
| | | | | Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
* Add Spinach tests for task listsVinnie Okada2014-10-061-0/+14
|
* Replace old spinach step definitions with step.Ciro Santilli2014-09-221-17/+17
|
* Even more tests fixed :)Dmitriy Zaporozhets2014-05-241-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Headers have ids and link to their own id.Ciro Santillli2014-02-111-0/+17
|
* Update capybara to 2.1, poltergeist to masterDmitriy Zaporozhets2013-04-111-2/+2
|
* fix incorrectly moved spinach stepDmitriy Zaporozhets2013-03-191-0/+6
|
* fix wall feature. removed duplicated testDmitriy Zaporozhets2013-03-191-21/+0
|
* More fixes for testDmitriy Zaporozhets2013-01-151-2/+6
|
* Fix few test and notify for commit authorDmitriy Zaporozhets2013-01-151-0/+2
|