diff --git a/src/Tests/JwPlayer7ConfigurationTest.php b/src/Tests/JwPlayer7ConfigurationTest.php index 4319900..c95a032 100644 --- a/src/Tests/JwPlayer7ConfigurationTest.php +++ b/src/Tests/JwPlayer7ConfigurationTest.php @@ -87,7 +87,7 @@ class JwPlayer7ConfigurationTest extends WebTestBase { $this->assertFieldByName('label', 'Test preset'); $this->assertFieldByName('description', 'Test preset description'); $this->assertNoField('settings[mode]'); - $this->assertNoField('settings[skin]'); + $this->assertFieldByName('settings[skin]'); $this->assertFieldByName('settings[advertising][client]', 'vast'); $this->assertFieldByName('settings[advertising][tag]', 'www.example.com/vast'); $this->assertFieldByName('settings[controlbar]', 'bottom'); diff --git a/src/Tests/JwPlayerConfigurationTest.php b/src/Tests/JwPlayerConfigurationTest.php index d1a9ada..4ed8e3f 100644 --- a/src/Tests/JwPlayerConfigurationTest.php +++ b/src/Tests/JwPlayerConfigurationTest.php @@ -86,6 +86,7 @@ class JwPlayerConfigurationTest extends WebTestBase { $this->assertFieldByName('label', 'Test preset'); $this->assertFieldByName('description', 'Test preset description'); $this->assertFieldByName('settings[mode]', 'html5'); + $this->assertFieldByName('settings[skin]'); $this->assertFieldByName('settings[advertising][client]', 'vast'); $this->assertFieldByName('settings[advertising][tag]', 'www.example.com/vast'); $this->assertFieldByName('settings[controlbar]', 'bottom');