[MQ-176] delete unneeded assertions from acceptance tests
This commit is contained in:
committed by
Pavel Dohnal
parent
958296c0b7
commit
ff1b079131
@@ -23,14 +23,12 @@ class ScheduleNewsletterCest {
|
||||
|
||||
// step 4 - Choose list and schedule
|
||||
$I->waitForElement('[data-automation-id="newsletter_send_form"]');
|
||||
$I->seeInCurrentUrl('mailpoet-newsletters#/send/');
|
||||
$I->selectOptionInSelect2('WordPress Users');
|
||||
$I->checkOption('isScheduled');
|
||||
$I->click('select[name=time]');
|
||||
$I->selectOption('form select[name=time]', '6:00');
|
||||
$I->click('Schedule');
|
||||
$I->waitForElement('[data-automation-id="newsletters_listing_tabs"]');
|
||||
$I->seeInCurrentUrl('mailpoet-newsletters');
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user