Skip to content
Snippets Groups Projects
Commit 74aed215 authored by Liam Morland's avatar Liam Morland
Browse files

ISTWCMS-3812: Test that BigPipe is not enabled

parent efaa727e
No related branches found
No related tags found
7 merge requests!433ISTWCMS-6296 Create test for all event dates test cases,!136Istwcms 4725 ebremner config sync,!63Feature/istwcms 4512 l26yan add first last name fields to users,!48Feature/istwcms 4465 l26yan remove paragraphs edit from base profile,!9Feature/istwcms 4139 l26yan update leaflet,!8Feature/istwcms 4156 l26yan set up catalogs terms,!2Feature/istwcms 4137 ebremner use linkit
...@@ -37,6 +37,9 @@ class UwWcmsBasicTest extends BrowserTestBase { ...@@ -37,6 +37,9 @@ class UwWcmsBasicTest extends BrowserTestBase {
$this->drupalGet(''); $this->drupalGet('');
$this->assertSession()->statusCodeEquals(200); $this->assertSession()->statusCodeEquals(200);
$this->assertSession()->pageTextContains('200 University Avenue West'); $this->assertSession()->pageTextContains('200 University Avenue West');
$big_pipe_enabled = \Drupal::moduleHandler()->moduleExists('big_pipe');
$this->assertFalse($big_pipe_enabled, 'BigPipe module is not enabled.');
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment