From 887e3782a825f69b9fde22e7b1aa485a10ff288d Mon Sep 17 00:00:00 2001 From: Agus Zubiaga Date: Wed, 27 May 2026 17:02:48 -0300 Subject: [PATCH] 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 --- crates/title_bar/src/title_bar.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/title_bar/src/title_bar.rs b/crates/title_bar/src/title_bar.rs index dea3e066ae7..73c183289a2 100644 --- a/crates/title_bar/src/title_bar.rs +++ b/crates/title_bar/src/title_bar.rs @@ -238,8 +238,6 @@ impl Render for TitleBar { } } - children.push(gpui::text!("Hello from a11y").into_any_element()); - children.push( h_flex() .h_full()