]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: fix typo
authorTatjana Dehler <tdehler@suse.com>
Thu, 16 Aug 2018 12:11:34 +0000 (14:11 +0200)
committerTatjana Dehler <tdehler@suse.com>
Tue, 9 Oct 2018 12:49:54 +0000 (14:49 +0200)
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
src/pybind/mgr/dashboard/frontend/e2e/cluster/monitors.e2e-spec.ts

index 31eafef5c9b4a443ab3f59d2007d819d49705bfd..7eb19f2ecd01a2272d9230c8d1d87ca6d32481b2 100644 (file)
@@ -12,7 +12,7 @@ describe('Monitors page', () => {
     Helper.checkConsole();
   });
 
-  it('should open and show breadcrumnb', () => {
+  it('should open and show breadcrumb', () => {
     page.navigateTo();
     expect(Helper.getBreadcrumbText()).toEqual('Monitors');
   });