|
33 | 33 | <grabValueFrom returnVariable="someVar" stepKey="someVarDefinition"/>
|
34 | 34 | <acceptPopup stepKey="acceptPopupKey1"/>
|
35 | 35 | <amOnPage stepKey="amOnPageKey1" url="/test/url"/>
|
36 |
| - <appendField variable="someVar" selector=".functionalTestSelector" userInput="someInput" stepKey="appendFieldKey1" /> |
| 36 | + <appendField variable="someVar" selector=".functionalTestSelector" stepKey="appendFieldKey1" /> |
37 | 37 | <attachFile userInput="testFileAttachment" selector=".functionalTestSelector" stepKey="attachFileKey1" />
|
38 | 38 | <cancelPopup stepKey="cancelPopupKey1"/>
|
39 | 39 | <checkOption selector=".functionalTestSelector" stepKey="checkOptionKey1"/>
|
40 | 40 | <click selector=".functionalTestSelector" stepKey="clickKey1"/>
|
41 | 41 | <clickWithLeftButton selector=".functionalTestSelector" stepKey="clickWithLeftButtonKey1"/>
|
42 | 42 | <clickWithRightButton selector=".functionalTestSelector" stepKey="clickWithRightButtonKey1"/>
|
43 | 43 | <closeTab stepKey="closeTabKey1"/>
|
44 |
| - <conditionalClick selector=".functionalTestSelector" dependentSelector=".functionalDependentTestSelector" stepKey="conditionalClickKey1"/> |
| 44 | + <conditionalClick selector=".functionalTestSelector" dependentSelector=".functionalDependentTestSelector" visible="true" stepKey="conditionalClickKey1"/> |
45 | 45 | <dontSee userInput="someInput" selector=".functionalTestSelector" stepKey="dontSeeKey1" />
|
46 | 46 | <dontSeeCheckboxIsChecked selector=".functionalTestSelector" stepKey="dontSeeCheckboxIsCheckedKey1"/>
|
47 | 47 | <dontSeeCookie userInput="someInput" stepKey="dontSeeCookieKey1"/>
|
|
50 | 50 | <dontSeeElement selector=".functionalTestSelector" stepKey="dontSeeElementKey1"/>
|
51 | 51 | <dontSeeElementInDOM selector=".functionalTestSelector" stepKey="dontSeeElementInDOMKey1"/>
|
52 | 52 | <dontSeeInCurrentUrl url="/functionalUrl" stepKey="dontSeeInCurrentUrlKey1"/>
|
53 |
| - <dontSeeInField variable="someVar" selector=".functionalTestSelector" userInput="someInput" stepKey="dontSeeInFieldKey1" /> |
| 53 | + <dontSeeInField variable="someVar" selector=".functionalTestSelector" stepKey="dontSeeInFieldKey1" /> |
54 | 54 | <dontSeeInPageSource userInput="someInput" stepKey="dontSeeInPageSourceKey1"/>
|
55 | 55 | <dontSeeInSource html=""<myHtmlHere>"" stepKey="dontSeeInSourceKey1"/>
|
56 | 56 | <dontSeeInTitle userInput="someInput" stepKey="dontSeeInTitleKey1"/>
|
|
0 commit comments