diff options
Diffstat (limited to 'core/modules/views/src/Tests/Handler/FieldWebTest.php')
-rw-r--r-- | core/modules/views/src/Tests/Handler/FieldWebTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/views/src/Tests/Handler/FieldWebTest.php b/core/modules/views/src/Tests/Handler/FieldWebTest.php index 3ffec6b..0435809 100644 --- a/core/modules/views/src/Tests/Handler/FieldWebTest.php +++ b/core/modules/views/src/Tests/Handler/FieldWebTest.php @@ -400,7 +400,7 @@ class FieldWebTest extends HandlerTestBase { $output = $view->preview(); $output = $renderer->renderRoot($output); $this->assertFalse($this->xpathContent($output, '//div[contains(@class, :class)]', array(':class' => 'field-content'))); - $this->assertFalse($this->xpathContent($output, '//div[contains(@class, :class)]', array(':class' => 'field-label'))); + $this->assertFalse($this->xpathContent($output, '//div[contains(@class, :class)]', array(':class' => 'field__label'))); $id_field->options['element_default_classes'] = TRUE; $output = $view->preview(); |