Skip to content

Commit 75486b7

Browse files
committed
Fix import
1 parent 5024aa9 commit 75486b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/page_objects/discover_page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
* Side Public License, v 1.
77
*/
88

9+
import expect from '@kbn/expect';
910
import { FtrService } from '../ftr_provider_context';
10-
import expect from '../../../../../../../../private/var/tmp/_bazel_quynhnguyen/bd5cc7ce3740c1abb2c63a2609d8bb9f/execroot/kibana/bazel-out/darwin-fastbuild/bin/packages/kbn-expect';
1111

1212
export class DiscoverPageObject extends FtrService {
1313
private readonly retry = this.ctx.getService('retry');

0 commit comments

Comments
 (0)