|
56 | 56 | <dontSeeCookie userInput="cookieName" stepKey="dontSeeCookie1"/>
|
57 | 57 | <dontSeeCookie userInput="cookieName" parameterArray="['domainName' => 'stuff']" stepKey="dontSeeCookie2"/>
|
58 | 58 | <dontSeeCurrentUrlEquals url="/stuff" stepKey="dontSeeCurrentUrlEquals"/>
|
59 |
| - <dontSeeCurrentUrlMatches url="~$/users/(\d+)~" stepKey="dontSeeCurrentUrlMatches"/> |
| 59 | + <dontSeeCurrentUrlMatches regex="~$/users/(\d+)~" stepKey="dontSeeCurrentUrlMatches"/> |
60 | 60 | <dontSeeElement selector=".error" stepKey="dontSeeElement1"/>
|
61 | 61 | <dontSeeElement selector="input" parameterArray="['name' => 'login']" stepKey="dontSeeElement2"/>
|
62 | 62 | <dontSeeElementInDOM selector="#stuff" stepKey="dontSeeElementInDOM1"/>
|
|
79 | 79 | <fillField selectorArray="['name' => 'email']" userInput="stuff" stepKey="fillField2"/>
|
80 | 80 | <grabAttributeFrom selector="#target" userInput="title" stepKey="grabAttributeFrom"/>
|
81 | 81 | <grabCookie userInput="cookie" parameterArray="['domain' => 'www.google.com']" stepKey="grabCookie"/>
|
82 |
| - <grabFromCurrentUrl url="~$/user/(\d+)/~" stepKey="grabFromCurrentUrl"/> |
| 82 | + <grabFromCurrentUrl regex="~$/user/(\d+)/~" stepKey="grabFromCurrentUrl"/> |
83 | 83 | <grabMultiple selector="a" userInput="href" stepKey="grabMultiple"/>
|
84 | 84 | <grabPageSource stepKey="grabPageSource1"/>
|
85 | 85 | <grabTextFrom selector="h1" stepKey="grabTextFrom1"/>
|
|
119 | 119 | <seeCookie userInput="PHPSESSID" stepKey="seeCookie1"/>
|
120 | 120 | <seeCookie userInput="PHPSESSID" parameterArray="['domainName' => 'www.google.com']" stepKey="seeCookie2"/>
|
121 | 121 | <seeCurrentUrlEquals url="/" stepKey="seeCurrentUrlEquals"/>
|
122 |
| - <seeCurrentUrlMatches url="~$/users/(\d+)~" stepKey="seeCurrentUrlMatches"/> |
| 122 | + <seeCurrentUrlMatches regex="~$/users/(\d+)~" stepKey="seeCurrentUrlMatches"/> |
123 | 123 | <seeElement selector=".error" stepKey="seeElement1"/>
|
124 | 124 | <seeElement selectorArray="['css' => 'form input']" stepKey="seeElement2"/>
|
125 | 125 | <seeElement selector=".error" parameterArray="['name' => 'login']" stepKey="seeElement3"/>
|
|
217 | 217 | <dontSee userInput="{$randomStuff}" stepKey="dontSee1"/>
|
218 | 218 | <dontSeeCookie userInput="{$randomStuff}" stepKey="dontSeeCookie1"/>
|
219 | 219 | <dontSeeCurrentUrlEquals url="{$randomStuff}" stepKey="dontSeeCurrentUrlEquals1"/>
|
220 |
| - <dontSeeCurrentUrlMatches url="{$randomStuff}" stepKey="dontSeeCurrentUrlMatches1"/> |
| 220 | + <dontSeeCurrentUrlMatches regex="{$randomStuff}" stepKey="dontSeeCurrentUrlMatches1"/> |
221 | 221 | <dontSeeInCurrentUrl url="{$randomStuff}" stepKey="dontSeeInCurrentUrl1"/>
|
222 | 222 | <dontSeeInField selector="#stuff" userInput="{$randomStuff}" stepKey="dontSeeInField1"/>
|
223 | 223 | <dontSeeInPageSource userInput="{$randomStuff}" stepKey="dontSeeInPageSource1"/>
|
|
227 | 227 | <fillField userInput="{$randomStuff}" selector="#field" stepKey="fillField1"/>
|
228 | 228 | <grabAttributeFrom selector="#stuff" userInput="{$randomStuff}" stepKey="grabAttributeFrom1"/>
|
229 | 229 | <grabCookie userInput="{$randomStuff}" stepKey="grabValueFrom1"/>
|
230 |
| - <grabFromCurrentUrl url="{$randomStuff}" stepKey="grabFromCurrentUrl"/> |
| 230 | + <grabFromCurrentUrl regex="{$randomStuff}" stepKey="grabFromCurrentUrl"/> |
231 | 231 | <grabMultiple selector="a" userInput="{$randomStuff}" stepKey="grabMultiple1"/>
|
232 | 232 | <loadSessionSnapshot userInput="{$randomStuff}" stepKey="loadSessionSnapshot"/>
|
233 | 233 | <pressKey selector="a" userInput="{$randomStuff}" stepKey="pressKey1"/>
|
234 | 234 | <saveSessionSnapshot userInput="{$randomStuff}" stepKey="saveSessionSnapshot1"/>
|
235 | 235 | <see userInput="{$randomStuff}" stepKey="see1"/>
|
236 | 236 | <seeCookie userInput="{$randomStuff}" stepKey="seeCookie1"/>
|
237 | 237 | <seeCurrentUrlEquals url="{$randomStuff}" stepKey="seeCurrentUrlEquals1"/>
|
238 |
| - <seeCurrentUrlMatches url="{$randomStuff}" stepKey="seeCurrentUrlMatches1"/> |
| 238 | + <seeCurrentUrlMatches regex="{$randomStuff}" stepKey="seeCurrentUrlMatches1"/> |
239 | 239 | <seeInCurrentUrl url="{$randomStuff}" stepKey="seeInCurrentUrl1"/>
|
240 | 240 | <seeInField selector="a" userInput="{$randomStuff}" stepKey="seeInField1"/>
|
241 | 241 | <seeInPopup userInput="{$randomStuff}" stepKey="seeInPopup"/>
|
|
245 | 245 | <seeOptionIsSelected selector="#stuff" userInput="{$randomStuff}" stepKey="seeOptionIsSelected1"/>
|
246 | 246 | <selectOption selector="#stuff" userInput="{$randomStuff}" stepKey="selectOption1"/>
|
247 | 247 | <switchToIFrame userInput="{$randomStuff}" stepKey="switchToIFrame1"/>
|
248 |
| - <switchToNextTab userInput="{$randomStuff}" stepKey="switchToNextTab1"/> |
| 248 | + <switchToNextTab userInput="{$randomStuff}" stepKey="switchToNextTab2"/> |
249 | 249 | <switchToPreviousTab userInput="{$randomStuff}" stepKey="switchToPreviousTab1"/>
|
250 |
| - <switchToNextTab userInput="{$randomStuff}" stepKey="switchToNextTab1"/> |
| 250 | + <switchToNextTab userInput="{$randomStuff}" stepKey="switchToNextTab3"/> |
251 | 251 | <switchToWindow userInput="{$randomStuff}" stepKey="switchToWindow1"/>
|
252 | 252 | <typeInPopup userInput="{$randomStuff}" stepKey="typeInPopup"/>
|
253 | 253 | <unselectOption selector="#option" userInput="{$randomStuff}" stepKey="unselectOption1"/>
|
|
0 commit comments