Commit 4455a245 authored by Kristof De Jaeger's avatar Kristof De Jaeger
Browse files

Issue #3287093: hello green D10

parent dd12bebe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class CommentTest extends CommentTestBase {

  use DsTestTrait;

  protected $defaultTheme = 'stark';
  protected $defaultTheme = 'classy';

  /**
   * Modules to install.
+2 −2
Original line number Diff line number Diff line
@@ -44,8 +44,8 @@ trait DsTestTrait {

    $this->submitForm($edit, t('Save configuration'));
    $this->assertSession()->pageTextContains('The configuration options have been saved.');
    $this->assertSession()->responseContains('class_name_1', 'Class name 1 found');
    $this->assertSession()->responseContains('class_name_2', 'Class name 1 found');
    $this->assertSession()->responseContains('class_name_1');
    $this->assertSession()->responseContains('class_name_2');
  }

  /**