mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix tests on enable space module (#5759)
* Fix tests on enable space module * Update CHANGELOG.md (#5759)
This commit is contained in:
parent
be2b8f1f73
commit
8e9fdf214d
@ -7,6 +7,7 @@ HumHub Changelog
|
||||
- Fix #5734: Fix error message when uninstall module and module folder is not writable
|
||||
- Fix #5740: Fix logout action on force change password
|
||||
- Fix #5735: OEmbed migration might fail with more complex Endpoint URLs
|
||||
- Fix #5759: Fix tests on enable space module
|
||||
|
||||
1.11.2 (May 30, 2022)
|
||||
---------------------
|
||||
|
@ -254,7 +254,7 @@ class AcceptanceTester extends BaseTester
|
||||
{
|
||||
$this->amOnSpace($guid, '/space/manage/module');
|
||||
$this->seeElement('.enable-module-'.$moduleId);
|
||||
$this->click('.enable-module-'.$moduleId);
|
||||
$this->jsClick('.enable-module-'.$moduleId);
|
||||
$this->waitForElement('.disable-module-'.$moduleId);
|
||||
$this->amOnSpace($guid);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user