Skip to content
Snippets Groups Projects
Unverified Commit 10c4bf90 authored by Ji Lu's avatar Ji Lu Committed by Alex Kolesnyk
Browse files

MQE-574: selector or selectorArray attribute is required for 'click' action; fixed sample cest.

parent afe1e5bc
No related merge requests found
......@@ -44,7 +44,6 @@
<click selector="#button" userInput="Context" stepKey="click1"/>
<click selectorArray="['link' => 'Login']" stepKey="click2"/>
<click selectorArray="['link' => 'Login']" userInput="stuff" stepKey="click3"/>
<click userInput="Click" stepKey="click4"/>
<clickWithLeftButton selector="#clickHere" stepKey="clickWithLeftButton1" x="23" y="324"/>
<clickWithLeftButton selectorArray="['css' => '.checkout']" stepKey="clickWithLeftButton2" x="23" y="324"/>
<clickWithLeftButton stepKey="clickWithLeftButton3" x="23" y="324"/>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment