Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Jul 31, 2024
1 parent 3e97d95 commit 852dd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codeception/acceptance/TextEditorCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 852dd21

Please sign in to comment.