Issue #3041900 by ankithashetty, Krzysztof Domański, yogeshmpawar, longwave: The element selector type "CSS, XPath" in JSWebAssert should be lowercase

(cherry picked from commit 3e14e0bb04)
merge-requests/1948/head
Lauri Eskola 2022-03-08 14:50:13 +02:00
parent d933e188c4
commit b04c08e734
No known key found for this signature in database
GPG Key ID: 382FC0F5B0DF53F8
1 changed files with 2 additions and 2 deletions

View File

@ -246,7 +246,7 @@ JS;
* 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 @@ JS;
* 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