File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,10 +248,10 @@ helpers.loadPage('http://www.google.com');
248
248
helpers .getAttributeValue (' body' , ' class' );
249
249
250
250
// get a list of elements matching a query selector who's inner text matches param.
251
- helpers .getElementsContainingText (' nav[role="navigation"] ul li a' , ' Safety Boots' )
251
+ helpers .getElementsContainingText (' nav[role="navigation"] ul li a' , ' Safety Boots' );
252
252
253
253
// get first elements matching a query selector who's inner text matches textToMatch param
254
- helpers .getFirstElementContainingText (' nav[role="navigation"] ul li a' , ' Safety Boots' ). click () ;
254
+ helpers .getFirstElementContainingText (' nav[role="navigation"] ul li a' , ' Safety Boots' );
255
255
256
256
// click element(s) that are not visible (useful in situations where a menu needs a hover before a child link appears)
257
257
helpers .clickHiddenElement (' nav[role="navigation"] ul li a' ,' Safety Boots' );
You can’t perform that action at this time.
0 commit comments