Skip to content

Commit

Permalink
Merge pull request #29 from humhub/fix/28-tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
luke- authored Jul 31, 2024
2 parents 3e97d95 + 852dd21 commit be89108
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 be89108

Please sign in to comment.