summaryrefslogtreecommitdiff
path: root/spec/features/boards/boards_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-49/+41
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-1/+5
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-0/+1
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-441/+350
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-2/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-12/+30
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-37/+12
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-34/+60
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-16/+4
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-3/+5
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-2/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-28/+12
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-30/+30
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+54
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-091-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-091-6/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-021-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-211-1/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-241-0/+6
* Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-301-1/+1
* Hide duplicate board list while draggingWinnie Hellmann2019-08-231-2/+12
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
* Add checkbox to choose to create new list when creating new labelTucker Chapman2019-04-051-1/+1
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Quarantine very flaky testsRémy Coutable2019-01-151-3/+3
* Change `Backlog` list title to `Open`Kushal Pandya2018-08-141-1/+1
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
* Backport of "Add assignee lists to boards"Mario de la Ossa2018-06-071-1/+1
* Fix boards specClement Ho2018-04-241-1/+1
* [skip ci] Convert previous .card to .board-cardClement Ho2018-04-131-25/+25
* Update test for change in label dropdown action nameKushal Pandya2018-03-121-1/+1
* feature spec for #34252Simon Knox2018-01-181-0/+11
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-3/+3
* use resize_window helperMike Greiling2017-11-021-1/+2
* add CookieHelper and InputHelper automatically to :js testsMike Greiling2017-11-021-1/+0
* Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-311-1/+1
|\
| * Load participants asyncEric Eastwood2017-10-311-1/+1
* | Merge branch 'master' into sh-headless-chrome-supportMike Greiling2017-10-231-0/+4
|\ \ | |/
| * Check for element before evaluate_scriptEric Eastwood2017-10-191-0/+4
* | route around issue with trailing quotes in issue filters (see gitlab-org/gitl...Mike Greiling2017-10-131-2/+2
* | chrome cannot send_keys unless the element is focusableMike Greiling2017-10-091-1/+1
* | resize window when simulating dragging as horizontal scrolling causes issues ...Mike Greiling2017-10-091-0/+3
* | ensure javascript confirm dialog is accepted when attempting to delete boardsMike Greiling2017-10-091-2/+2
* | 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