Pull merge.
[yaffs-website] / web / core / tests / Drupal / FunctionalJavascriptTests / JSWebAssert.php
index 10ae701533761323c11c2f22a24e26c488843d0f..ce5167ae31fac2c7950f898ca25eb65e00df0f76 100644 (file)
@@ -100,6 +100,7 @@ JS;
 
     return $result;
   }
+
   /**
    * Waits for a button (input[type=submit|image|button|reset], button) with
    * specified locator and returns it.
@@ -172,7 +173,7 @@ JS;
   }
 
   /**
-   * Test that a node, or it's specific corner, is visible in the viewport.
+   * Test that a node, or its specific corner, is visible in the viewport.
    *
    * Note: Always set the viewport size. This can be done with a PhantomJS
    * startup parameter or in your test with \Behat\Mink\Session->resizeWindow().
@@ -255,7 +256,7 @@ JS;
   }
 
   /**
-   * Check the visibility of a node, or it's specific corner.
+   * Check the visibility of a node, or its specific corner.
    *
    * @param \Behat\Mink\Element\NodeElement $node
    *   A valid node.