Unverified Commit 3e14e0bb authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3041900 by ankithashetty, Krzysztof Domański, yogeshmpawar, longwave:...

Issue #3041900 by ankithashetty, Krzysztof Domański, yogeshmpawar, longwave: The element selector type "CSS, XPath" in JSWebAssert should be lowercase
parent 78388a46
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ public function waitOnAutocomplete() {
   * use a viewport of 1024x768px.
   *
   * @param string $selector_type
   *   The element selector type (CSS, XPath).
   *   The element selector type (css, xpath).
   * @param string|array $selector
   *   The element selector. Note: the first found element is used.
   * @param bool|string $corner
@@ -289,7 +289,7 @@ public function assertVisibleInViewport($selector_type, $selector, $corner = FAL
   * Note: the node should exist in the page, otherwise this assertion fails.
   *
   * @param string $selector_type
   *   The element selector type (CSS, XPath).
   *   The element selector type (css, xpath).
   * @param string|array $selector
   *   The element selector. Note: the first found element is used.
   * @param bool|string $corner