mirror of
https://github.com/humhub/humhub.git
synced 2025-03-15 04:29:45 +01:00
Fix stream date filter (#5844)
This commit is contained in:
parent
0781c83cc2
commit
d66d706f75
@ -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', '');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user