From 247e8dd8228fb957a7a2f68d2edab656bca8e1ae Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 9 Jan 2024 17:41:27 -0800 Subject: [PATCH] gnome-text-editor: drop setting of English language The bug this was meant to fix hasn't happened for months. Back in Fedora-Rawhide-20230629.n.0 we were seeing every line in the poem marked as a spelling error until we did this, but that's not happening any more, we don't need this. Signed-off-by: Adam Williamson --- tests/applications/gnome-text-editor/aaa_setup.pm | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/applications/gnome-text-editor/aaa_setup.pm b/tests/applications/gnome-text-editor/aaa_setup.pm index b90d019e..6d4a4dcb 100644 --- a/tests/applications/gnome-text-editor/aaa_setup.pm +++ b/tests/applications/gnome-text-editor/aaa_setup.pm @@ -46,17 +46,6 @@ sub run { # Check that the document has been opened assert_screen("gte_text_file_opened"); - - # Set the document language to English if we're seeing spelling - # errors - if (check_screen("gte_line_word_spellcheck", 5)) { - click_lastmatch(button => "right"); - # the context menu can change while it's loading, so we need to be careful - assert_screen("gte_context_languages"); - wait_still_screen 3; - assert_and_click("gte_context_languages"); - assert_and_click("gte_context_language_english"); - } } sub test_flags {