Fix stream date filter (#5844)

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

View File

@ -357,7 +357,7 @@ class StreamCest
$I->wait(1);
$I->waitForElementVisible('[data-filter-id=date_from]');
$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->fillDateFilter('date_from', '');