[MQ-176] delete unneeded assertions from acceptance tests

This commit is contained in:
Michelle Shull
2019-02-20 11:36:25 -05:00
committed by Pavel Dohnal
parent 958296c0b7
commit ff1b079131
17 changed files with 0 additions and 56 deletions

View File

@@ -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');
}