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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-01-09 17:41:27 -08:00
parent 5e3f39209d
commit 247e8dd822
1 changed files with 0 additions and 11 deletions

View File

@ -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 {