]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.e2e-spec.ts
import ceph pacific 16.2.5
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / cypress / integration / filesystems / filesystems.e2e-spec.ts
index 83f280b477ac9097204d140ece13e74129849b20..e623475fd784d37ff8f8f45c1de67f854f8eb55f 100644 (file)
@@ -1,6 +1,6 @@
 import { FilesystemsPageHelper } from './filesystems.po';
 
-describe('Filesystems page', () => {
+describe('File Systems page', () => {
   const filesystems = new FilesystemsPageHelper();
 
   beforeEach(() => {
@@ -11,7 +11,7 @@ describe('Filesystems page', () => {
 
   describe('breadcrumb test', () => {
     it('should open and show breadcrumb', () => {
-      filesystems.expectBreadcrumbText('Filesystems');
+      filesystems.expectBreadcrumbText('File Systems');
     });
   });
 });