Fix tests on enable space module (#5759)

* Fix tests on enable space module

* Update CHANGELOG.md (#5759)
This commit is contained in:
Yuriy Bakhtin 2022-06-14 15:56:08 +03:00 committed by GitHub
parent be2b8f1f73
commit 8e9fdf214d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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)
---------------------

View File

@ -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);
}