Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move rendering functional tests and add user settings tests #54801

Closed

Conversation

eliperelman
Copy link
Contributor

@eliperelman eliperelman commented Jan 14, 2020

Summary

Move rendering functional tests to plugin_functional and add rendering tests for user settings variations. Follow-up enhancement from initial rendering service.

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

For maintainers

@eliperelman eliperelman added Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc Feature:New Platform v8.0.0 release_note:skip Skip the PR/issue when compiling release notes v7.7.0 labels Jan 14, 2020
@eliperelman eliperelman requested a review from a team January 14, 2020 20:00
@eliperelman eliperelman self-assigned this Jan 14, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-platform (Team:Platform)

@kibanamachine
Copy link
Contributor

💔 Build Failed

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream


describe('rendering', () => {
it('renders "core" application', async () => {
await supertest.get('/render/core').expect(200, /app:core/);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this API only available in the plugin functional tests where the rendering plugin is available?

@eliperelman
Copy link
Contributor Author

Superseded by #54768.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:New Platform release_note:skip Skip the PR/issue when compiling release notes Team:Core Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc v7.7.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants