kibana/x-pack/test/upgrade
Dzmitry Lemechko 65b5298a85
[ftr] services/page objects cleanup (#179560)
## Summary

@dej611 shared with me a way to look for code duplication in Kibana repo
and I did a quick check in FTR page objects / services
```
npx jscpd  --ignore '**/target/**,**/*.d.ts,*.json,**/*spec*,**/test_suites/**' **/test*/**/page_objects/**  -r html
npx jscpd  --ignore '**/target/**,**/*.d.ts,*.json,**/*spec*,**/test_suites/**' **/test*/**/services/**  -r html`
```

I was able to find not only easy to fix duplications, but also
non-longer used service and functions. This PR just a small cleanup :)

---------

Co-authored-by: Julia Rechkunova <julia.rechkunova@gmail.com>
2024-04-06 09:24:22 +02:00
..
apps Remove legacy snapshot telemetry for reporting codebase (#178281) 2024-03-25 12:07:59 +01:00
screenshots/baseline [Upgrade] Fix tests for 8.3 snapshots (#132374) 2022-05-31 11:48:23 -06:00
services [ftr] services/page objects cleanup (#179560) 2024-04-06 09:24:22 +02:00
config.ts [ftr] services/page objects cleanup (#179560) 2024-04-06 09:24:22 +02:00
ftr_provider_context.d.ts Upgrade patch reporting issue, add more tests, reorganize files (#130839) 2022-04-26 11:52:36 -06:00