Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / views_ui / tests / src / Functional / DisplayTest.php
index 44724b4211b4436f3fc56c83a4d9aff0318a176f..9b447ddc50163fc7a861b732600b5afdce10705a 100644 (file)
@@ -184,7 +184,7 @@ class DisplayTest extends UITestBase {
     $view = $this->randomView();
     $id = $view['id'];
 
-    // The view should initially have the enabled class on it's form wrapper.
+    // The view should initially have the enabled class on its form wrapper.
     $this->drupalGet('admin/structure/views/view/' . $id);
     $elements = $this->xpath('//div[contains(@class, :edit) and contains(@class, :status)]', [':edit' => 'views-edit-view', ':status' => 'enabled']);
     $this->assertTrue($elements, 'The enabled class was found on the form wrapper');