kibana/x-pack/test
Frank Hassanabad 02fcbaa794
Fixed bug where list index privileges was returned twice instead of list item index (#75256)
## Summary

Fixes a bug where the list privileges was returning the `.list` privileges twice instead of returning it once and returning the `.items` privileges second with the call. No UI has to change as the way it was written was dynamic to grab the first key found.

This also adds the functional tests to `x-pack/scripts/functional_tests.js` which was not there originally so the end to tend tests should actually run on the CI machine where it was not running on CI before.

Adds the functional tests to the code owners file as well.

Ensure that you go to the test results page from the Jenkins build:
<img width="901" alt="Screen Shot 2020-08-18 at 1 13 18 AM" src="https://user-images.githubusercontent.com/1151048/90482180-13f7c800-e0f0-11ea-92f2-b30a8fffe84e.png">

And ensure you see the tests under:

```
X-Pack Lists Integration Tests
```

Then click through it and ensure they are shown as running and passing

### Checklist

- [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
2020-08-19 12:30:11 -06:00
..
accessibility [Uptime] Increase timeout in attempt to fix skipped a11y test (#73078) 2020-07-27 15:39:52 -04:00
alerting_api_integration skip flaky suite (#75386) 2020-08-19 08:42:11 -07:00
api_integration [ML] Add option for per-partition categorization to categorization job wizard (#75061) 2020-08-19 13:03:00 -05:00
apm_api_integration Adding API test for custom link transaction example (#74238) 2020-08-14 09:55:39 +02:00
case_api_integration Update @typescript-eslint to ensure compatibility with TypeScript v3.9 (#74091) 2020-08-05 17:32:19 +02:00
common [SECURITY_SOLUTION] Retry on ingest setup (#75000) 2020-08-14 10:06:51 -04:00
detection_engine_api_integration [security solutions][lists] Adds end to end tests (#74473) 2020-08-11 09:25:04 -06:00
encrypted_saved_objects_api_integration
endpoint_api_integration_no_ingest
functional [RUM Dashboard] Create new path for client side monitoring (#74740) 2020-08-19 19:05:53 +02:00
functional_embedded use fixed isChromeVisible method (#71813) 2020-07-15 09:35:24 +02:00
functional_enterprise_search [Enterprise Search] Update the browser/document title on plugin navigation (#74392) 2020-08-10 10:37:12 -07:00
functional_with_es_ssl [EventLog] Populate alert instances view with event log data (#68437) 2020-08-14 08:34:26 -04:00
ingest_manager_api_integration [Ingest Manager] fix removing ingest pipelines from elasticsearch (#75092) 2020-08-15 16:18:24 -05:00
kerberos_api_integration Implement Server-Side sessions (#68117) 2020-08-18 08:38:23 +02:00
licensing_plugin Update @typescript-eslint to ensure compatibility with TypeScript v3.9 (#74091) 2020-08-05 17:32:19 +02:00
lists_api_integration Fixed bug where list index privileges was returned twice instead of list item index (#75256) 2020-08-19 12:30:11 -06:00
login_selector_api_integration Implement Server-Side sessions (#68117) 2020-08-18 08:38:23 +02:00
observability_api_integration
oidc_api_integration Implement Server-Side sessions (#68117) 2020-08-18 08:38:23 +02:00
pki_api_integration Implement Server-Side sessions (#68117) 2020-08-18 08:38:23 +02:00
plugin_api_integration [Task manager] Prevents edge case where already running tasks are reschedule every polling interval (#74606) 2020-08-13 12:20:38 +01:00
plugin_api_perf
plugin_functional GS providers improvements (#75174) 2020-08-18 12:24:48 +02:00
reporting_api_integration [Reporting] Handle error gracefully when browser driver unexpectedly exits or crashes. (#71989) 2020-08-03 16:03:13 -07:00
saml_api_integration Implement Server-Side sessions (#68117) 2020-08-18 08:38:23 +02:00
saved_object_api_integration Implement Server-Side sessions (#68117) 2020-08-18 08:38:23 +02:00
saved_objects_field_count CI Reporter for saved objects field count (#70580) 2020-07-07 16:53:47 +02:00
security_api_integration Implement Server-Side sessions (#68117) 2020-08-18 08:38:23 +02:00
security_functional Implement Server-Side sessions (#68117) 2020-08-18 08:38:23 +02:00
security_solution_cypress [Ingest Manager] Update dataset.* to data_stream.* in package config SO attributes (#74414) 2020-08-06 09:17:20 -07:00
security_solution_endpoint [ENDPOINT] Reintroduced tabs to endpoint management and migrated pages to use common security components (#74886) 2020-08-18 19:42:47 +02:00
security_solution_endpoint_api_int [Security Solution] Resolver children pagination (#74603) 2020-08-10 11:54:22 -04:00
spaces_api_integration Implement Server-Side sessions (#68117) 2020-08-18 08:38:23 +02:00
stack_functional_integration use WORKSPACE env var for stack_functional_integration tests, fix navigate path (#71908) 2020-07-17 16:42:56 -05:00
token_api_integration Implement Server-Side sessions (#68117) 2020-08-18 08:38:23 +02:00
ui_capabilities Update @typescript-eslint to ensure compatibility with TypeScript v3.9 (#74091) 2020-08-05 17:32:19 +02:00
upgrade_assistant_integration [Upgrade Assistant] Fix potentially long URI (#74485) 2020-08-14 17:14:03 +02:00
visual_regression
mocha_decorations.d.ts Update @typescript-eslint to ensure compatibility with TypeScript v3.9 (#74091) 2020-08-05 17:32:19 +02:00
tsconfig.json