Remove leftover test a11y label (#57868)

Removes a leftover test label added by #56065 

Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [ ] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Release Notes:

- N/A
This commit is contained in:
Agus Zubiaga 2026-05-27 17:02:48 -03:00 committed by GitHub
parent 652f13c7ce
commit 887e3782a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -238,8 +238,6 @@ impl Render for TitleBar {
}
}
children.push(gpui::text!("Hello from a11y").into_any_element());
children.push(
h_flex()
.h_full()