Skip to content
Snippets Groups Projects

use “-” instead of “_” in admin path

Merged Tor F. Jacobsen requested to merge issue/ai-3485038:3485038-replace--with into 1.0.x
Files
5
@@ -45,7 +45,7 @@ class AiAssistantFormTest extends WebDriverTestBase {
$this->drupalLogin($this->createUser(['administer ai_assistant']));
// Visit the page where the form is displayed.
$this->drupalGet('/admin/config/ai/ai_assistant/add');
$this->drupalGet('/admin/config/ai/ai-assistant/add');
// Assert the select form elements are present.
$this->assertSession()->fieldExists('llm_ai_provider');
Loading