[i18n] Add tests to @elastic/eui tokens#99613
Conversation
There was a problem hiding this comment.
I've changed many inconsistencies in Kibana to match @elastic/eui's guidance. But these 2 keys, I actually think they make more sense how Kibana defines them.
There was a problem hiding this comment.
cc'ing @ryankeairns since git blame points to him as the dev that added those two.
There was a problem hiding this comment.
Potential fix for euiTourStepIndicator.ariaLabel elastic/eui#4785
There was a problem hiding this comment.
Also created the discuss issue elastic/eui#4787 for euiTourStep.closeTour
There was a problem hiding this comment.
I don't think we should be doing that 'active' | 'available' text replacement here. They'll show as-is for any other locales.
There was a problem hiding this comment.
Created #99644 to follow that fix.
|
@elasticmachine merge upstream |
|
merge conflict between base and head |
51a9250 to
d0811bc
Compare
💔 Build Failed
Failed CI Steps
Test FailuresKibana Pipeline / jest / Jest Tests.x-pack/plugins/apm/public/components/shared/TransactionActionMenu.TransactionActionMenu component matches the snapshotStandard OutStack TraceKibana Pipeline / jest / Jest Tests.x-pack/plugins/reporting/public/components.ReportListing Report job listing with some itemsStandard OutStack TraceKibana Pipeline / jest / Jest Tests.x-pack/plugins/index_lifecycle_management/__jest__.extend index management ilm summary extension should return extension when index has lifecycle errorStandard OutStack Traceand 133 more failures, only showing the first 3. Metrics [docs]Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
|
Closing in favor of #106377 |
Summary
Add tests to ensure that the i18n tokens from
@elastic/euiand their mapping in Kibana are in sync.The tests are meant to apply the following checks:
core.{EUI Tokens}?defaultValuematch EUI'sdefStringfor every token?valuesas expected in the props ofEuiI18n?Related issues/PRs
Checklist
Delete any items that are not applicable to this PR.
For maintainers