summaryrefslogtreecommitdiff
path: root/spec/features/issues/gfm_autocomplete_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-1/+1
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
* Allow autocompleting scoped labelsMartin Hanzel2019-06-251-3/+67
* Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'Phil Hughes2019-03-111-83/+1
* Revert "Merge branch 'winh-dequarantine-labels-autocomplete' into 'master'"Winnie Hellmann2019-03-051-1/+83
* Remove tests for labels dropdown from gfm_autocomplete_spec.rbWinnie Hellmann2019-02-271-83/+1
* Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable2019-02-261-1/+1
* Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono2019-02-251-1/+1
* Fix misspellings in app/spec commentsTakuya Noguchi2019-02-251-1/+1
* Quarantine flakey GFM label testLukas Eipert2019-01-251-1/+1
* Escape label and milestone titles to prevent XSSKushal Pandya2018-12-201-0/+44
* Add specs for entities autocompleteJarka Košanová2018-11-221-7/+47
* Fix user name autocomplete XSS when name contains HTMLKushal Pandya2018-11-121-6/+23
* 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
|/