File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ public function testPreview()
5050 $ browser ->withinFrame ('#messagecontframe ' , function ($ browser ) {
5151 $ browser ->waitFor ('img.contactphoto ' );
5252
53+ $ browser ->waitUntilMissing ('.loading ' );
5354 // Privacy warning
5455 $ browser ->assertVisible ('#remote-objects-message.alert-warning ' )
5556 ->assertSeeIn ('#remote-objects-message ' , 'To protect your privacy remote resources have been blocked. ' );
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ public function testPrint()
5555 });
5656
5757 // Check iframed body.
58+ $ browser ->waitUntilMissing ('.loading ' );
5859 $ browser ->withinFrame ('#message-part1 .framed-message-part ' , static function ($ browser ) {
5960 $ browser ->assertSeeIn ('div.pre ' , 'Plain text message body. ' )
6061 ->assertVisible ('div.pre .sig ' );
You can’t perform that action at this time.
0 commit comments