From 104c604ee127daa20f85bb4bde75ac3cc574ea47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Ho=CC=88=C3=9Fl?= Date: Fri, 5 Apr 2024 20:38:25 +0200 Subject: [PATCH] Fix test case --- tests/Acceptance/supporting/AmendmentSupportingPhaseCept.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Acceptance/supporting/AmendmentSupportingPhaseCept.php b/tests/Acceptance/supporting/AmendmentSupportingPhaseCept.php index ef5260306a..144772bacd 100644 --- a/tests/Acceptance/supporting/AmendmentSupportingPhaseCept.php +++ b/tests/Acceptance/supporting/AmendmentSupportingPhaseCept.php @@ -66,7 +66,7 @@ $I->click('#sidebar .collecting a'); -$I->see('Änderungsantrag von Testuser, ab Zeile 1', '.motionList'); +$I->see('ÄA von Testuser, ab Zeile 1', '.motionList'); $I->see('Aktueller Stand: 0 / 1', '.amendment' . AcceptanceTester::FIRST_FREE_AMENDMENT_ID);