From 537b5e70d97b8097b14d160355c6e4e23a18732e Mon Sep 17 00:00:00 2001 From: Navin Barnwal Date: Tue, 11 May 2021 23:59:53 +0530 Subject: [PATCH] mgr/dashboard: fix typo: Filesystems to File Systems Fixes: https://tracker.ceph.com/issues/50341 Signed-off-by: Navin Barnwal --- .../cypress/integration/filesystems/filesystems.e2e-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.e2e-spec.ts b/src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.e2e-spec.ts index 77b07d74103b7..e623475fd784d 100644 --- a/src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.e2e-spec.ts +++ b/src/pybind/mgr/dashboard/frontend/cypress/integration/filesystems/filesystems.e2e-spec.ts @@ -11,7 +11,7 @@ describe('File Systems page', () => { describe('breadcrumb test', () => { it('should open and show breadcrumb', () => { - filesystems.expectBreadcrumbText('Filesystems'); + filesystems.expectBreadcrumbText('File Systems'); }); }); }); -- 2.39.5