Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-08-14 17:11:31 +0300
committerPhil Hughes <me@iamphill.com>2017-08-29 17:35:49 +0300
commit669fb299c71806fc8bee8b13a4600982e3fff623 (patch)
tree3e42ce7e6373cfc78407707e51701ec3f56911ea /spec/features/dashboard/shortcuts_spec.rb
parent331722c03c8cf38b37e3b0df143c13e1d40d030c (diff)
fixed up a bunch of specs
some caused by webkit prefixes
Diffstat (limited to 'spec/features/dashboard/shortcuts_spec.rb')
-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