We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5024aa9 commit 75486b7Copy full SHA for 75486b7
test/functional/page_objects/discover_page.ts
@@ -6,8 +6,8 @@
6
* Side Public License, v 1.
7
*/
8
9
+import expect from '@kbn/expect';
10
import { FtrService } from '../ftr_provider_context';
-import expect from '../../../../../../../../private/var/tmp/_bazel_quynhnguyen/bd5cc7ce3740c1abb2c63a2609d8bb9f/execroot/kibana/bazel-out/darwin-fastbuild/bin/packages/kbn-expect';
11
12
export class DiscoverPageObject extends FtrService {
13
private readonly retry = this.ctx.getService('retry');
0 commit comments