-
Notifications
You must be signed in to change notification settings - Fork 499
fix(core): use toolTitle for document.title if present
#11285
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
🧪 E2E Preview environment🔑 Environment Variables for Local TestingThis is the preview URL for the E2E tests: https://e2e-studio-ly2qqqi2c.sanity.dev To run the E2E tests locally, you can use the following environment variables, then run 💬 Remember to build the project first with |
📊 Playwright Test ReportThis report contains test results, including videos of failing tests. |
⚡️ Editor Performance ReportDeploying studio and running performance tests… |
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||
Description
The browser
<title>tag should use the tool's title field (if provided) rather than nameSanity Studio is using the name field instead of the title field for the browser's <title> tag when working with tools. Additionally, the Studio is automatically transforming camelCase names into separate words, which produces incorrect results in Norwegian and probably other languages.
What to review
Testing
Notes for release