Skip to content
Snippets Groups Projects

3023322 - Contextual Links Style Update

7 unresolved threads
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
  • b04c08e7
    Issue #3041900 by ankithashetty, Krzysztof Domański, yogeshmpawar, longwave:... · b04c08e7
    Lauri Timmanee authored
    Issue #3041900 by ankithashetty, Krzysztof Domański, yogeshmpawar, longwave: The element selector type "CSS, XPath" in JSWebAssert should be lowercase
    
    (cherry picked from commit 3e14e0bb)
@@ -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
Loading