From 49420d65fa2cb39a36be08d3add8f77caa33d6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 12 Oct 2023 12:30:41 +0200 Subject: [PATCH] [Behat] Adjusted error message for duplicated language code (#942) --- features/standard/Languages.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/standard/Languages.feature b/features/standard/Languages.feature index e22e51d3db..0cc2ea4b3d 100644 --- a/features/standard/Languages.feature +++ b/features/standard/Languages.feature @@ -40,7 +40,7 @@ Feature: Languages management | Name | Deutsch Second | | Language code | de-DE | And I perform the "Save and close" action - Then error notification that "language with the specified language code already exists" appears + Then error notification that 'language with the "de-DE" language code already exists' appears @javascript Scenario: Changes can be discarded while editing Language