From e20bc6cc469fca1222511892df495d3376932ad9 Mon Sep 17 00:00:00 2001 From: Ella Iseulde Van Dorpe Date: Wed, 25 May 2016 14:05:34 +0000 Subject: [PATCH] Media: adjust test after [37556] See #36888. git-svn-id: https://develop.svn.wordpress.org/trunk@37557 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/media.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/media.php b/tests/phpunit/tests/media.php index b9d9e362e0..433943268b 100644 --- a/tests/phpunit/tests/media.php +++ b/tests/phpunit/tests/media.php @@ -449,7 +449,7 @@ VIDEO; $this->assertNotContains( 'autoplay', $actual ); $this->assertContains( 'preload="none"', $actual ); $this->assertContains( 'class="wp-audio-shortcode"', $actual ); - $this->assertContains( 'style="width: 100%; visibility: hidden;"', $actual ); + $this->assertContains( 'style="width: 100%;"', $actual ); $actual = wp_audio_shortcode( array( 'src' => 'https://example.com/foo.mp3',