Fixed StreamCest::testEmptyStream

This commit is contained in:
buddh4 2020-10-01 19:45:13 +02:00
parent 810d0da5fc
commit 53cf69c2b7

View File

@ -223,8 +223,7 @@ class StreamCest
$I->see('Confirm post deletion');
$I->click('Delete', '#globalModalConfirm');
$I->seeSuccess('The content has been deleted');
$I->see('This space is still empty!');
$I->waitForText('This space is still empty!');
$I->dontSeeElement('#wall-stream-filter-nav');
}