Rename search-history block 'Вы искали' → 'Ранее искали' (TIRREDESIGN-5)

Spec calls out the exact label change for the recent-searches sidebar
on Schedule and Online-Board start pages. RU was the literal 'Вы
искали' (You searched) — switch to 'Ранее искали' (Previously
searched), matching the section heading and the inline 'Ранее искали
в Онлайн-Табло' / 'Ранее искали в Расписании' captions. Other
locales already used 'Previous searches' / 'Search history' wording
and stay unchanged. Add 2-spec e2e seeding sessionStorage with a
valid history item and asserting the new label appears.
This commit is contained in:
2026-04-23 14:37:19 +03:00
parent bd3bb1450c
commit efe6b8be0a
5 changed files with 59 additions and 9 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
/**
* Search history sidebar — `Вы искали` accordion.
* Search history sidebar — `Ранее искали` accordion (TIRREDESIGN-5).
*
* Mirrors Angular's `search-history` component: a collapsible
* frame with a `Вы искали` header and a list of recent searches.
* Each row shows a plane icon (online-board) or alarm-clock icon
* Mirrors Angular's `search-history` component: a collapsible frame
* with a `Ранее искали` header and a list of recent searches. Each
* row shows a plane icon (online-board) or alarm-clock icon
* (schedule), the city pair (`Москва — Самара`) and a date row
* (`20.04.2026 - 26.04.2026`, plus inbound dates for round-trip).
*