summaryrefslogtreecommitdiff
path: root/spec/features/dashboard
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-14 15:11:31 +0100
committerPhil Hughes <me@iamphill.com>2017-08-29 15:35:49 +0100
commit669fb299c71806fc8bee8b13a4600982e3fff623 (patch)
tree3e42ce7e6373cfc78407707e51701ec3f56911ea /spec/features/dashboard
parent331722c03c8cf38b37e3b0df143c13e1d40d030c (diff)
downloadgitlab-ce-669fb299c71806fc8bee8b13a4600982e3fff623.tar.gz
fixed up a bunch of specs
some caused by webkit prefixes
Diffstat (limited to 'spec/features/dashboard')
-rw-r--r--spec/features/dashboard/shortcuts_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/dashboard/shortcuts_spec.rb b/spec/features/dashboard/shortcuts_spec.rb
index 5f1f0c10339..e41bd7a8419 100644
--- a/spec/features/dashboard/shortcuts_spec.rb
+++ b/spec/features/dashboard/shortcuts_spec.rb
@@ -50,6 +50,6 @@ feature 'Dashboard shortcuts', :js do
end
def check_page_title(title)
- expect(find('.header-content .title')).to have_content(title)
+ expect(find('.breadcrumbs-sub-title')).to have_content(title)
end
end