Skip to content

Commit

Permalink
Fix PrintTest, 3rd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm committed Jun 26, 2024
1 parent 21566de commit 5ec7367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Browser/Mail/PrintTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ public function testPrint()

// Check iframed body.
$browser->withinFrame('#message-part1', static function ($browser) {
$browser->assertSeeIn('body.message-part div.pre', 'Plain text message body.')
->assertVisible('.message-part div.pre .sig');
$browser->assertSeeIn('div.pre', 'Plain text message body.')
->assertVisible('div.pre .sig');
});
// Check headers.
$browser->assertVisible('img.contactphoto')
Expand Down

0 comments on commit 5ec7367

Please sign in to comment.