Fix integration tests to work with updated codeception/verify
[MAILPOET-3203]
This commit is contained in:
committed by
Veljko V
parent
e85b4c6fec
commit
54727ad9a2
@ -145,7 +145,7 @@ class NewsletterTest extends \MailPoetTest {
|
||||
expect($newsletterSegments[0]['id'])->equals($this->segment1->id);
|
||||
expect($newsletterSegments[0]['name'])->equals('Segment 1');
|
||||
expect($newsletterSegments[1]['id'])->equals($this->segment2->id);
|
||||
expect($newsletterSegments[1]['name'])->contains('Deleted');
|
||||
expect($newsletterSegments[1]['name'])->stringContainsString('Deleted');
|
||||
}
|
||||
|
||||
public function testItCanCreateOrUpdate() {
|
||||
|
Reference in New Issue
Block a user