Skip to content

Commit

Permalink
Test v1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Apr 24, 2024
1 parent 2261f52 commit 6fa5222
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/php-test-v1.10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: PHP Codeception Tests - v1.10

on:
push:
schedule:
- cron: "0 0 * * 0"

jobs:
tests:
uses: humhub/actions/.github/workflows/module-tests-v1.10.yml@main
with:
module-id: text-editor
1 change: 0 additions & 1 deletion tests/codeception/acceptance/TextEditorCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public function testTextEditor(AcceptanceTester $I)
$I->click('Save');

$I->waitForText('Edit file: Test file name.tst');
$I->fillField('#fileupdate-newfilecontent', 'test');
$I->executeJS('document.querySelectorAll("div.CodeMirror")[0].CodeMirror.setValue("Test\r\nLine 2")');
$I->click('Save');
$I->seeSuccess();
Expand Down

0 comments on commit 6fa5222

Please sign in to comment.