[Reporting] Add functional test for Reports in non-default spaces#76053
[Reporting] Add functional test for Reports in non-default spaces#76053tsullivan merged 10 commits intoelastic:masterfrom
Conversation
e4d7969 to
5f35de7
Compare
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
| const usageAPI = getService('usageAPI'); | ||
|
|
||
| describe('reporting usage', () => { | ||
| describe('Usage', () => { |
There was a problem hiding this comment.
The full name of the test was Reporting reporting Usage and this changes it to Reporting Usage
| * is designed to disallow the following Canvas worksheet | ||
| */ | ||
| describe('reporting network policy', () => { | ||
| describe('Network Policy', () => { |
There was a problem hiding this comment.
Because of an external describe that wrap an import of this file, the name of the test was Reporting reporting Network Policy and removes the repetition
|
This was acting flaky in my local environment last week, but it seems better this week(?) |
|
Pinging @elastic/kibana-reporting-services (Team:Reporting Services) |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
joelgriffith
left a comment
There was a problem hiding this comment.
LGTM LGTM! Happy to have a spaces PR
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
…astic#76053) * [Reporting] Add functional test for Download CSV in non-default space * skip tests * unskip * rm comment Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
* master: (223 commits) skip flaky suite (elastic#75724) [Reporting] Add functional test for Reports in non-default spaces (elastic#76053) [Enterprise Search] Fix various icons in dark mode (elastic#76430) skip flaky suite (elastic#76245) Add `auto` interval to histogram AggConfig (elastic#76001) [Resolver] generator uses setup_node_env (elastic#76422) [Ingest Manager] Support both zip & tar archives from Registry (elastic#76197) [Ingest Manager] Improve agent vs kibana version checks (elastic#76238) Manually building `KueryNode` for Fleet's routes (elastic#75693) remove dupe tinymath section (elastic#76093) Create APM issue template (elastic#76362) Delete unused file. (elastic#76386) [SECURITY_SOLUTION][ENDPOINT] Trusted Apps Create API (elastic#76178) [Detections Engine] Add Alert actions to the Timeline (elastic#73228) [Dashboard First] Library Notification (elastic#76122) [Maps] Add mvt support for ES doc sources (elastic#75698) Add setHeaderActionMenu API to AppMountParameters (elastic#75422) [ML] Remove "Are you sure" from data frame analytics jobs (elastic#76214) [yarn] remove typings-tester, use @ts-expect-error (elastic#76341) [Reporting/CSV] Do not fail the job if scroll ID can not be cleared (elastic#76014) ...
…astic#76053) * [Reporting] Add functional test for Download CSV in non-default space * skip tests * unskip * rm comment Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Summary
Closes #72875
This PR adds an API integration test to ensure that if saved objects are within a non-default space, exporting via the job generation API will still work.