summaryrefslogtreecommitdiff
path: root/spec/frontend/fixtures
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-01-24 03:07:24 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2023-01-24 03:07:24 +0000
commitba318c97cd1adf21ecedb6efaeb266c5c75d4505 (patch)
treeb7522e2660e6c63c3dafe79be5d48c0f66835eaa /spec/frontend/fixtures
parentfb59bd894060548bee04b6761796921f18512c44 (diff)
downloadgitlab-ce-ba318c97cd1adf21ecedb6efaeb266c5c75d4505.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/fixtures')
-rw-r--r--spec/frontend/fixtures/listbox.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/frontend/fixtures/listbox.rb b/spec/frontend/fixtures/listbox.rb
index 8f8489a2827..8f746f1707a 100644
--- a/spec/frontend/fixtures/listbox.rb
+++ b/spec/frontend/fixtures/listbox.rb
@@ -26,6 +26,9 @@ RSpec.describe 'initRedirectListboxBehavior', '(JavaScript fixtures)', type: :he
arbitrary_key: 'qux xyz'
}]
- @tag = helper.gl_redirect_listbox_tag(items, 'bar', class: %w[test-class-1 test-class-2], data: { right: true })
+ @tag = helper.gl_redirect_listbox_tag(items, 'bar',
+ class: %w[test-class-1 test-class-2],
+ data: { placement: 'right' }
+ )
end
end