From 852dd2194bcbb7a94960fc5f03382d6071484f91 Mon Sep 17 00:00:00 2001 From: Yuriy Bakhtin Date: Wed, 31 Jul 2024 12:07:04 +0200 Subject: [PATCH] Fix tests --- tests/codeception/acceptance/TextEditorCest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/codeception/acceptance/TextEditorCest.php b/tests/codeception/acceptance/TextEditorCest.php index b340d52..837259b 100644 --- a/tests/codeception/acceptance/TextEditorCest.php +++ b/tests/codeception/acceptance/TextEditorCest.php @@ -25,7 +25,7 @@ public function testTextEditor(AcceptanceTester $I) $I->click('#contentForm_message'); $I->click('.contentForm_options .btn-group .dropdown-toggle'); $I->waitForText('Create file (Text, Log, XML)'); - $I->click('Create file (Text, Log, XML)'); + $I->click('Create file (Text, Log, XML)', '.contentForm_options'); $I->waitForText('Create file'); $I->fillField('#createfile-filename', 'Test file name.tst'); $I->click('Save');