summaryrefslogtreecommitdiff
path: root/spec/features/boards/boards_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-01-12 09:15:13 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-12 09:15:13 +0000
commit612dd7d31ab927dd79968a6be7cb36599291bace (patch)
tree6af6f616794ec0bd40bec2174d5bc58a4231fb21 /spec/features/boards/boards_spec.rb
parent563d0d3bc956f6d6a9805720dade3b72bd488043 (diff)
downloadgitlab-ce-612dd7d31ab927dd79968a6be7cb36599291bace.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/boards/boards_spec.rb')
-rw-r--r--spec/features/boards/boards_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/boards/boards_spec.rb b/spec/features/boards/boards_spec.rb
index 2f21961d1fc..d25cddea902 100644
--- a/spec/features/boards/boards_spec.rb
+++ b/spec/features/boards/boards_spec.rb
@@ -528,7 +528,7 @@ RSpec.describe 'Project issue boards', :js do
end
it 'does not allow dragging' do
- expect(page).not_to have_selector('.user-can-drag')
+ expect(page).not_to have_selector('.gl-cursor-grab')
end
end