Made requested changes [MQ-34]
This commit is contained in:
@@ -11,8 +11,7 @@ class ConfirmNotificationAutosaveCest {
|
|||||||
$I->wantTo('Confirm Post Notification Autosave');
|
$I->wantTo('Confirm Post Notification Autosave');
|
||||||
$newsletter_title = 'Notification Autosave Test';
|
$newsletter_title = 'Notification Autosave Test';
|
||||||
// step 1 - Prepare post notification data
|
// step 1 - Prepare post notification data
|
||||||
$newsletterFactory = new Newsletter();
|
$newsletter = $newsletter->withSubject($newsletter_title)
|
||||||
$newsletter = $newsletterFactory->withSubject($newsletter_title)
|
|
||||||
->withType('notification')
|
->withType('notification')
|
||||||
->withPostNoticationOptions()
|
->withPostNoticationOptions()
|
||||||
->create();
|
->create();
|
||||||
|
Reference in New Issue
Block a user