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:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-23 23:37:26 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-23 23:37:26 +0300
commit512abfe15c9ad5570a3a09df1dab10c37dee66ca (patch)
tree0c1676cdfbca8f927601a0d4555e3b5667a9d076 /spec/features/admin
parent214f20d6ccad99cf857778b72f883c5cf0c6f9b5 (diff)
Fix admin projects spec
Diffstat (limited to 'spec/features/admin')
-rw-r--r--spec/features/admin/admin_projects_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_projects_spec.rb b/spec/features/admin/admin_projects_spec.rb
index 6d8350e99f1..328e8f25f89 100644
--- a/spec/features/admin/admin_projects_spec.rb
+++ b/spec/features/admin/admin_projects_spec.rb
@@ -34,7 +34,7 @@ describe "Admin::Projects" do
expect(page).to have_content(project.name)
expect(page).to have_content(archived_project.name)
- expect(page).to have_xpath("//span[@class='label label-warning']", text: 'archived')
+ expect(page).to have_xpath("//span[@class='badge badge-warning']", text: 'archived')
end
it 'renders only archived projects', :js do