summaryrefslogtreecommitdiff
path: root/spec/features/issues
Commit message (Expand)AuthorAgeFilesLines
* ensure users are signed out properly in user_uses_slash_commands_spec.rbLukas Eipert2018-05-031-0/+2
* Make sure the user is logged out before they're logged in againRémy Coutable2018-05-021-1/+3
* Resolve "Improve tooltips of collapsed sidebars"Dennis Tang2018-04-191-2/+2
* Resolve "View labels when editing labels in sidebar and board sidebar"André Luís2018-04-181-1/+8
* Fix the reCAPTCHA spec failures by not rendering the widget in test modeStan Hu2018-04-061-3/+0
* Merge branch 'fl-fix-milestone-bug-10-6' into 'security-10-6'Phil Hughes2018-04-051-0/+17
* Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-041-9/+0
* Replace the `project/issues/issues.feature` spinach test with an rspec analogblackst0ne2018-04-031-13/+13
* Resolve "Clicking confidential and lock icons on sidebar should also activate...Dennis Tang2018-04-021-0/+44
* Update test for change in label dropdown action nameKushal Pandya2018-03-122-7/+7
* Merge branch 'dz-use-less-deprecated-methods' into 'master'Douwe Maan2018-03-051-1/+1
|\
| * Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-051-1/+1
* | Fix quick actions for users who cannot update issues and MRs43334-reply-by-email-did-not-pick-up-unsubscribe-quick-actionSean McGivern2018-03-021-3/+0
|/
* Add test for label search behaviour24774-clear-the-Labels-dropdown-search-filterKushal Pandya2018-02-271-0/+12
* Fixed issue edit shortcut not workingissue-edit-shortcutPhil Hughes2018-02-261-0/+12
* Move RecentSearchesDropdownContent vue componentGeorge Tsiolis2018-02-221-2/+2
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-1/+1
* Workaround a recaptcha pop-up that cannot be testedRémy Coutable2018-01-241-0/+3
* Merge branch 'label-xss-10-3' into 'security-10-3'Jacob Schatz2018-01-161-0/+9
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel2018-01-081-0/+36
* Clears visual token on second backspaceMartin Wortschack2018-01-021-0/+5
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-2219-39/+39
* Show inline edit button for issuesClement Ho2017-12-191-1/+1
* Add js prefix for issuable-editadd-js-prefix-issuable-editClement Ho2017-12-081-1/+1
* Merge branch '22680-unlabel-slash-command-limit-autocomplete-to-applied-label...Tim Zallmann2017-12-061-0/+106
|\
| * Limit autocomplete menu to applied labelsVitaliy @blackst0ne Klachkov2017-11-281-0/+106
* | Add an ability to use a custom branch name on creation from issuesVitaliy @blackst0ne Klachkov2017-11-252-106/+248
|/
* fix to allow integer label refernceshaseeb2017-11-131-9/+9
* Clean up schema of the "issues" tablecleanup-issues-schemaYorick Peterse2017-11-091-3/+4
* Remove create MR button from issues when MRs are disabledGeorge Andrinopoulos2017-11-061-0/+13
* 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
* don't attempt to click on hidden elementsMike Greiling2017-11-031-4/+6
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-11-021-17/+8
|\
| * Use count expectation so `all` finder will wait (patience)34435-add-wait-timer-for-recent-searches-itemEric Eastwood2017-10-311-13/+7
* | refactor wait_for_requests, add slow_requests block helperMike Greiling2017-11-025-20/+20
* | add CookieHelper and InputHelper automatically to :js testsMike Greiling2017-11-022-4/+0
* | add slow_requests! to filtered search tests which expect to see a loading spi...Mike Greiling2017-11-015-0/+10
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-291-5/+44
|\ \ | |/
| * Revert "Merge branch '36670-remove-edit-form' into 'master'"39441-bring-edit-form-backSean McGivern2017-10-261-5/+44
* | use click instead of send(:return) so that open select dropdowns are blurredMike Greiling2017-10-261-1/+1
* | correct the issues list count for label:none filterMike Greiling2017-10-241-1/+1
* | fix issue in which enter key from fill_in command was intercepted by autocomp...Mike Greiling2017-10-241-2/+2
* | fix race condition when loading labels in filter barMike Greiling2017-10-241-1/+1
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-232-1/+3
|\ \ | |/
| * Use title as placeholder instead of issue title for reusabilityClement Ho2017-10-201-1/+1
| * Check for element before evaluate_scriptEric Eastwood2017-10-191-0/+2
* | clear localStorage after each capybara test (global)Mike Greiling2017-10-202-8/+0
* | fix rubocop (oops)Mike Greiling2017-10-202-5/+5