Skip to content
Snippets Groups Projects

Issue #3493442: Enable Klaro providers for video when needed

Merged Jürgen Haas requested to merge issue/drupal_cms-3493442:3493442-enable-klaro-apps-eca into 1.x
Files
14
@@ -38,6 +38,14 @@ class ComponentValidationTest extends BrowserTestBase {
'--input=drupal_cms_analytics.property_id=nonsense',
];
$this->assertStringContainsString('This value is not valid.', $this->applyRecipe($dir, 1, $options)->getErrorOutput());
// The privacy links should be visible to anonymous users in the footer.
$this->drupalPlaceBlock('system_menu_block:footer', ['label' => 'Footer']);
$this->drupalGet('<front>');
$footer_menu = $this->assertSession()
->elementExists('css', 'nav > h2:contains("Footer") + ul');
// The privacy setting should be visible to anonymous users in the footer.
$this->assertTrue($footer_menu->hasLink('My privacy settings'));
}
}
Loading