kibana/x-pack/test/functional_with_es_ssl/ftr_provider_context.d.ts
ymao1 b22210d7e3
[Alerting] Saved object remover for all e2e triggers_actions_ui tests (#86837)
* wip

* Using object remover for alerts list

* wip - using supertest instead of axios

* wip - using supertest instead of axios

* Removing custom services in favor of supertest

* Fixing test

* Fixing test

* Fixing types check

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-01-04 09:59:41 -05:00

12 lines
503 B
TypeScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
import { GenericFtrProviderContext } from '@kbn/test/types/ftr';
import { services } from '../functional/services';
import { pageObjects } from './page_objects';
export type FtrProviderContext = GenericFtrProviderContext<typeof services, typeof pageObjects>;