Hi, I am not able to run codeception tests when the module is active because calls to `$I->amOnRoute(...)` or `$I->amOnPage(...)` breaks with: > [yii\base\InvalidConfigException] Unable to determine the request URI.
Hi, I am not able to run codeception tests when the module is active because calls to
$I->amOnRoute(...)or$I->amOnPage(...)breaks with: