summaryrefslogtreecommitdiff
path: root/spec/features/issues/gfm_autocomplete_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
* Add spec to test HTML escaping while rendering autocompleteKushal Pandya2018-10-191-0/+15
* Resolve "Drop down filter for project snippets"Fabian Schneider2018-10-051-0/+11
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Enable Capybara/FeatureMethods copWinnie Hellmann2018-07-051-1/+1
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Add js prefix for issuable-editadd-js-prefix-issuable-editClement Ho2017-12-081-1/+1
* Limit autocomplete menu to applied labelsVitaliy @blackst0ne Klachkov2017-11-281-0/+106
* fix to allow integer label refernceshaseeb2017-11-131-9/+9
* fix flaky tests by removing unneeded clicks and focus actionsMike Greiling2017-11-031-16/+1
* fix flaky test in gfm_autocomplete_spec.rbMike Greiling2017-11-031-1/+0
* add CookieHelper and InputHelper automatically to :js testsMike Greiling2017-11-021-2/+0
* clear localStorage after each capybara test (global)Mike Greiling2017-10-201-4/+0
* fix rubocop (oops)Mike Greiling2017-10-201-4/+4
* add InputHelper rspec helper to simulate non-BMP character inputMike Greiling2017-10-171-5/+12
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-091-1/+1
|\
| * Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-09-051-22/+22
|\ \ | |/
| * Merge branch 'master' into issue-discussions-refactorFilipa Lacerda2017-08-041-1/+1
| |\
| * \ Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-07-311-2/+2
| |\ \
| * | | IssueNotesRefactor: Fixes autocomplete specs.Fatih Acet2017-07-211-22/+22
* | | | Merge branch 'master' into sh-headless-chrome-supportStan Hu2017-08-091-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
| | |/ | |/|
* | | Change trigger('click') -> click for ChromeStan Hu2017-08-021-1/+1
|/ /
* | Use `empty_project` where possible in spec/features/issuesRobert Speicher2017-07-271-1/+1
* | Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
|/
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-071-0/+12
|\
| * Fixed GFM references not being included when update issue inlineissue-description-gfmPhil Hughes2017-07-071-0/+12
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
* | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-1/+1
* | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|/
* Change `login_as` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-1/+1
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-5/+5
* Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser'Sean McGivern2017-04-271-0/+27
|\
| * Fix rendering emoji inside a stringblackst0ne2017-04-251-0/+27
* | Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-1/+0
|/
* Retrigger at.js for slash commands with autocomplete suffix27883-autocomplete-seems-to-not-trigger-when-at-character-is-part-of-an-autocompleted-textSam Rose2017-02-131-0/+14
* Support non-ASCII characters in GFM autocomplete27067-mention-user-dropdown-does-not-suggest-by-non-ascii-characters-in-namesamrose32017-02-011-1/+14
* Fixed highlightFirst and added specs26803-typing-then-tab-in-a-comment-doesn-t-select-the-authorLuke "Jared" Bennett2017-01-181-0/+39
* Fix GFM dropdown not showing at beginning of new linesgfm-new-line-fixPhil Hughes2016-12-281-0/+12
* Fixed error with GFM autocomplete when no data existslabel-gfm-error-fixPhil Hughes2016-12-231-1/+12
* Added tests for special charactersmarkdown-input-symbol-regexPhil Hughes2016-12-221-0/+18
* Fix space issue and add test25879-emoji-autocomplete-starts-too-eagerlyLuke "Jared" Bennett2016-12-211-11/+16
* Merge branch 'gfm-autocomplete-char-in-middle' into 'master' Fatih Acet2016-12-151-0/+8
|\
| * Added GFM testsPhil Hughes2016-12-121-0/+8
* | Added special char test to the default beforeInsert callback. I removed the q...25286-customer-label-doesn-t-autocomplete-correctlyLuke "Jared" Bennett2016-12-081-9/+58
|/
* Tests fixPhil Hughes2016-11-141-2/+2
* Merge branch 'master' into autocomplete-space-prefixPhil Hughes2016-08-301-1/+2
* Correctly checks for character before GFM input charPhil Hughes2016-07-211-3/+21