Skip to content
Snippets Groups Projects

Issue #3175718: Random fails due to drupal-settings-json being counted as page text

Merged Issue #3175718: Random fails due to drupal-settings-json being counted as page text
All threads resolved!
Compare and
5 files
+ 90
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -313,7 +313,7 @@ public function testUpdatedSite() {
$this->drupalGet('admin/config/system/actions');
$this->assertSession()->pageTextContains('Test action');
$this->drupalGet('admin/config/system/actions/configure/test_action');
$this->assertSession()->pageTextContains('test_action');
$this->assertSession()->fieldValueEquals('id', 'test_action');
$this->assertRaw('drupal.org');
// Make sure our ban still exists.
Loading