Skip to content
Snippets Groups Projects

Issue #3494518: Integrate AI with Klaro

Merged Jürgen Haas requested to merge issue/drupal_cms-3494518:3494518-ai-privacy into 1.x
Files
4
@@ -27,6 +27,13 @@ class ComponentValidationTest extends BrowserTestBase {
$this->applyRecipe($dir);
// Apply it again to prove that it is idempotent.
$this->applyRecipe($dir);
// The privacy settings should be available to anonymous users.
$this->drupalPlaceBlock('system_menu_block:footer', ['label' => 'Footer']);
$this->drupalGet('<front>');
$footer_menu = $this->assertSession()
->elementExists('css', 'nav > h2:contains("Footer") + ul');
$this->assertTrue($footer_menu->hasLink('My privacy settings'));
}
}
Loading