mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Generate legacy vars when rendering all applications (#54768)
* Generate legacy vars when rendering all applications * Move rendering functional tests and add user settings tests * Make rendering integration tests more robust, get data from page * Address review nits, fix CI failures * Remove extraneous file * Fix type error
This commit is contained in:
parent
8ce07c23bd
commit
7977f0edd4
22 changed files with 368 additions and 73 deletions
|
@ -33,11 +33,6 @@ export default function({ getService }) {
|
|||
200,
|
||||
'SavedObjects client: {"page":1,"per_page":20,"total":0,"saved_objects":[]}'
|
||||
));
|
||||
|
||||
it('provides access to application rendering client', async () => {
|
||||
await supertest.get('/requestcontext/render/core').expect(200, /app:core/);
|
||||
await supertest.get('/requestcontext/render/testbed').expect(200, /app:testbed/);
|
||||
});
|
||||
});
|
||||
|
||||
describe('compression', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue