summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-01-22 17:42:11 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-01-22 17:42:11 +0000
commitf9099b17edf86a99c0dd203ccfb8e72a0a2e25ba (patch)
tree4824b94eb9ce5e358412ec62665f5e5cd1ef7463 /spec
parent30c141c99018eefd7992149e6ce4d4ffdac066a4 (diff)
parentfe823be926ece8f73b06dc6528221306431ff895 (diff)
downloadgitlab-ce-f9099b17edf86a99c0dd203ccfb8e72a0a2e25ba.tar.gz
Merge branch 'fix/56558-move-primary-button' into 'master'
fix(labels): Move the primary button out of breadcrumbs and into the project section Closes #56558 See merge request gitlab-org/gitlab-ce!24516
Diffstat (limited to 'spec')
-rw-r--r--spec/features/projects/labels/update_prioritization_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/labels/update_prioritization_spec.rb b/spec/features/projects/labels/update_prioritization_spec.rb
index 055a0c83a11..d36f043f880 100644
--- a/spec/features/projects/labels/update_prioritization_spec.rb
+++ b/spec/features/projects/labels/update_prioritization_spec.rb
@@ -125,7 +125,7 @@ describe 'Prioritize labels' do
wait_for_requests
end
- page.within('.breadcrumbs-container') do
+ page.within('.top-area') do
expect(page).to have_link('New label')
end
end