Skip to content

Commit

Permalink
fixing type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Michail Yasonik committed Jan 18, 2020
1 parent 181d384 commit fe9f10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/page_objects/settings_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import { map as mapAsync } from 'bluebird';
import expect from '@kbn/expect';
import { NavSetting } from '../../../src/core/public/chrome/ui/header/header';
import { NavSetting } from '../../../src/core/public/chrome/ui/header/';
import { FtrProviderContext } from '../ftr_provider_context';

export function SettingsPageProvider({ getService, getPageObjects }: FtrProviderContext) {
Expand Down

0 comments on commit fe9f10d

Please sign in to comment.