Skip to content

Commit

Permalink
Check output of failin codeceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
TitaKoleva committed Aug 7, 2024
1 parent a049efc commit 7ef2390
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/dispatch_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ on:
- 'PHP8.2/MySQL8.0'
default: 'PHP8.1/MySQL5.7'
description: 'Limit to one PHP/MySQL combination'
sceenshots:
type: boolean
default: false
required: false
description: 'Add screenshots to artifacts for Codeception tests'

jobs:
build_testplan:
Expand Down
2 changes: 1 addition & 1 deletion tests/Codeception/Acceptance/GreetingCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function testGreetingModePersonalUser(AcceptanceTester $I): void
$I->waitForText(Translator::translate('OEMODULETEMPLATE_GREETING'));
$I->dontSee(Translator::translate('OEMODULETEMPLATE_GREETING_GENERIC'));
$I->see('Hi there sweetie');
$I->seeElement('#oemt_update_greeting');
$I->seeElement('#some_nonexistent_element');
}

private function setUserPersonalGreeting(AcceptanceTester $I, string $value = ''): void
Expand Down

0 comments on commit 7ef2390

Please sign in to comment.