[FTR] Refactor test/common/services/* -> packages/kbn-ftr-common-functional-[ui-]services/* (#189051)

## Summary

Moving common services to respective new homes.

Resolves: https://github.com/elastic/kibana/issues/188541

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Tre 2024-08-29 14:46:35 +01:00 committed by GitHub
parent 61544205cd
commit 09a365850e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
70 changed files with 214 additions and 185 deletions

View file

@ -7,4 +7,4 @@
*/
require('../src/setup_node_env');
require('@kbn/test-suites-src/common/services/saved_object_info').runSavedObjInfoSvc();
require('@kbn/ftr-common-functional-services').runSavedObjInfoSvc();