saved_desks: Update Chromevox readout for deleting saved desk
Update Chromevox readout for deleting saved desk from "close" to "delete". Test: DeskTemplatesSpokenFeedbackTest.DeskTemplatesBasic, Manual Bug: 1348601 Change-Id: If6d27ee597231f1f1ad902493fe2bc8616fcd2c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3793602 Commit-Queue: Yongshun Liu <yongshun@chromium.org> Reviewed-by: Anastasia Helfinstein <anastasi@google.com> Reviewed-by: Daniel Andersson <dandersson@chromium.org> Cr-Commit-Position: refs/heads/main@{#1031091}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
c2681019cd
commit
ae782cdad7
@ -1954,7 +1954,7 @@ This file contains the strings for ash.
|
||||
Saved desk, <ph name="SAVE_AND_RECALL_DESK_NAME">$1</ph>
|
||||
</message>
|
||||
<message name="IDS_ASH_DESKS_TEMPLATES_LIBRARY_SAVED_DESK_GRID_ITEM_EXTRA_ACCESSIBLE_DESCRIPTION" desc="The extra accessible description of saved desk grid item">
|
||||
Press Ctrl+W to close
|
||||
Press Ctrl+W to delete
|
||||
</message>
|
||||
|
||||
<!-- Virtual Desks -->
|
||||
|
@ -1 +1 @@
|
||||
221ae7039a68577a32f0ed4c733d142de65cafa8
|
||||
ef8612c5a2223535f2ff564156c760f6b07e64e4
|
@ -1746,7 +1746,7 @@ IN_PROC_BROWSER_TEST_F(DeskTemplatesSpokenFeedbackTest, DeskTemplatesBasic) {
|
||||
sm_.Call([this]() { SendKeyPress(ui::VKEY_TAB); });
|
||||
sm_.ExpectSpeechPattern("Template, Desk 1");
|
||||
sm_.ExpectSpeech("Button");
|
||||
sm_.ExpectSpeech("Press Ctrl plus W to close");
|
||||
sm_.ExpectSpeech("Press Ctrl plus W to delete");
|
||||
sm_.ExpectSpeech("Press Search plus Space to activate");
|
||||
|
||||
// The next item is the textfield inside the template card, which also has the
|
||||
|
Reference in New Issue
Block a user