$this->assertSession()->pageTextContains('You may add 1 to 8 banners. If more than one banner is added, they will be displayed in a carousel. For ideal display, all banners should have the same dimensions.');
$this->assertSession()->pageTextContains('Note that all options beyond a single image banner are unsupported at this time, and are provided for future use.');
// Check 'Add Image banner', 'Add Local video banner'
// and 'Add Vimeo video banner'.
$elements=[
'Image',
'Local video',
'Vimeo video',
];
foreach($elementsas$element){
$this->assertTrue($this->xpath('//input[@type="submit" and @value="Add '.$element.' banner"]'),'Add banner using '.$element);
$this->assertFieldByXPath('//input[@value="400" and @name="settings[block_form][field_uw_transition_speed][0][value]"]',NULL,'Default value is 400ms.');
$this->assertSession()->pageTextContains('Enter the time, in milliseconds, the banner transition should take to complete.');
$this->assertFieldByXPath('//option[@value="full-width" and @selected="selected"]',NULL,'Full banner width, bottom, theme colour background ("FDSU" style) is selected.');
$this->assertSession()->pageTextContains('Note that all options other than "FDSU" style are unsupported at this time, and are provided for future use.');