219c219 < index ee867d1..d06d07e 100644 --- > index ee867d1..514067e 100644 222c222 < @@ -157,6 +157,24 @@ function testStandard() { --- > @@ -157,6 +157,13 @@ function testStandard() { 233,243d232 < + < + // Make sure the optional image styles are installed after enabling < + // the responsive_image module. < + \Drupal::service('module_installer')->install(array('responsive_image')); < + $this->rebuildContainer(); < + $this->drupalGet('admin/config/media/image-styles'); < + $this->assertText('Max 325x325'); < + $this->assertText('Max 650x650'); < + $this->assertText('Max 1300x1300'); < + $this->assertText('Max 2600x2600'); < +