summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authorNick Kipling <nkipling@gitlab.com>2019-07-09 13:43:53 +0000
committerClement Ho <clemmakesapps@gmail.com>2019-07-09 13:43:53 +0000
commit476f0955480eb67fe3c6e2a95137caf91a27b5d4 (patch)
treef0839265b4d57bff512b87fdb7f623ca40fc941d /spec/features
parent2523672b20b2d8ecee5186319bdb26d7934bcee1 (diff)
downloadgitlab-ce-476f0955480eb67fe3c6e2a95137caf91a27b5d4.tar.gz
Implemented frontend suggestions
Converted storage details into a small partial Reworded the storage details summary as suggested Updated pot file
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/admin/admin_sees_project_statistics_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_sees_project_statistics_spec.rb b/spec/features/admin/admin_sees_project_statistics_spec.rb
index b5323a1c76d..ecd0aab925b 100644
--- a/spec/features/admin/admin_sees_project_statistics_spec.rb
+++ b/spec/features/admin/admin_sees_project_statistics_spec.rb
@@ -15,7 +15,7 @@ describe "Admin > Admin sees project statistics" do
let(:project) { create(:project, :repository) }
it "shows project statistics" do
- expect(page).to have_content("Storage: 0 Bytes (0 Bytes repositories, 0 Bytes wikis, 0 Bytes build artifacts, 0 Bytes LFS)")
+ expect(page).to have_content("Storage: 0 Bytes (Repository: 0 Bytes / Wikis: 0 Bytes / Build Artifacts: 0 Bytes / LFS: 0 Bytes)")
end
end