]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix typo: Filesystems to File Systems
authorNavin Barnwal <knbarnwal@gmail.com>
Tue, 11 May 2021 18:29:53 +0000 (23:59 +0530)
committerNavin Barnwal <knbarnwal@gmail.com>
Tue, 11 May 2021 18:30:02 +0000 (00:00 +0530)
Fixes: https://tracker.ceph.com/issues/50341
Signed-off-by: Navin Barnwal <knbarnwal@gmail.com>
src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.e2e-spec.ts

index 77b07d74103b77e84d77d752626d7079249dd2ce..e623475fd784d37ff8f8f45c1de67f854f8eb55f 100644 (file)
@@ -11,7 +11,7 @@ describe('File Systems page', () => {
 
   describe('breadcrumb test', () => {
     it('should open and show breadcrumb', () => {
-      filesystems.expectBreadcrumbText('Filesystems');
+      filesystems.expectBreadcrumbText('File Systems');
     });
   });
 });