-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[FieldFormats] Add editors tests #107770
[FieldFormats] Add editors tests #107770
Conversation
await esArchiver.emptyKibanaIndex(); | ||
}); | ||
|
||
describe('set and change field formatter', function describeIndexTests() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this test existed before. Displayed as new because of .js
-> .ts
conversion
Pinging @elastic/kibana-app-services (Team:AppServices) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work, changes look good!
@elasticmachine merge upstream |
💚 Build Succeeded
Metrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
💔 Backport failed
To backport manually run: |
# Conflicts: # test/common/services/index.ts
Summary
Close #59567
As per #59567 field formats editors didn't have many tests. This pr adds functional tests for field formats editors focusing on specific field formats editing capabilities and not focusing on string conversions part (this part is covered by functional tests).
This tries to test different combinations of field editors for different field types with different options. Of course it won't cover every possible combination, but the sample is pretty extensive and better then nothing
Each test roughly looks like this: