mgr/dashboard: fix typo

Signed-off-by: Tatjana Dehler <tdehler@suse.com>
This commit is contained in:
Tatjana Dehler 2018-08-16 14:11:34 +02:00
parent 80d304181d
commit d13cab8631

View 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');
});