Verified Commit 5ac5a2b6 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3376340 by quietone, smustgrave: Remove use of tour in non profile and update tests

parent 69e6c445
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class HelpPageOrderTest extends BrowserTestBase {
  /**
   * {@inheritdoc}
   */
  protected static $modules = ['help', 'tour'];
  protected static $modules = ['help', 'help_page_test'];

  /**
   * {@inheritdoc}
@@ -28,7 +28,7 @@ class HelpPageOrderTest extends BrowserTestBase {
   */
  protected $stringOrder = [
    'Module overviews are provided',
    'Tours guide you',
    'This description should appear',
  ];

  /**
@@ -42,7 +42,6 @@ protected function setUp(): void {
      'access help pages',
      'view the administration theme',
      'administer permissions',
      'access tour',
    ]);
    $this->drupalLogin($account);
  }
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ class HelpPageReverseOrderTest extends HelpPageOrderTest {
   * @var string[]
   */
  protected $stringOrder = [
    'Tours guide you',
    'This description should appear',
    'Module overviews are provided',
  ];