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:
Eli Perelman 2020-01-16 11:35:21 -06:00 committed by GitHub
parent 8ce07c23bd
commit 7977f0edd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 368 additions and 73 deletions

View file

@ -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', () => {