Loading tests/src/Functional/GTMTestBase.php +2 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,8 @@ abstract class GTMTestBase extends BrowserTestBase { foreach ($this->variables as $key => $variables) { $edit = (array) $variables; $this->drupalPostForm('/admin/config/system/google-tag/add', $edit, 'Save'); $this->drupalGet('/admin/config/system/google-tag/add'); $this->submitForm($edit, 'Save'); $text = 'Created @count snippet files for %container container based on configuration.'; $args = ['@count' => 3, '%container' => $variables->label]; Loading Loading
tests/src/Functional/GTMTestBase.php +2 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,8 @@ abstract class GTMTestBase extends BrowserTestBase { foreach ($this->variables as $key => $variables) { $edit = (array) $variables; $this->drupalPostForm('/admin/config/system/google-tag/add', $edit, 'Save'); $this->drupalGet('/admin/config/system/google-tag/add'); $this->submitForm($edit, 'Save'); $text = 'Created @count snippet files for %container container based on configuration.'; $args = ['@count' => 3, '%container' => $variables->label]; Loading