1
0
mirror of https://github.com/humhub/humhub.git synced 2025-03-15 04:29:45 +01:00

Fix stream date filter ()

This commit is contained in:
Yuriy Bakhtin 2022-08-15 15:24:01 +03:00 committed by GitHub
parent 0781c83cc2
commit d66d706f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -357,7 +357,7 @@ class StreamCest
$I->wait(1); $I->wait(1);
$I->waitForElementVisible('[data-filter-id=date_from]'); $I->waitForElementVisible('[data-filter-id=date_from]');
$I->fillDateFilter('date_from', $today); $I->fillDateFilter('date_from', $today);
$I->waitForText($postTitle, null, '.s2_streamContent'); $I->waitForText($postTitle, 10, '.s2_streamContent');
$I->amGoingTo('filter stream by date until yesterday'); $I->amGoingTo('filter stream by date until yesterday');
$I->fillDateFilter('date_from', ''); $I->fillDateFilter('date_from', '');