cucumber-protractor
Version:
POM CukeTractor - Bootstrap your cucumber tests with cucumber, protractor and a structured way of creating page objects and component objects
508 lines • 32.9 kB
text/xml
<templateSet group="CukeTractor">
<template name="givenonpage" value="I am on the '$var1$' page$END$" shortcut="TAB" description="I am on the '$var1$' page" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""PAGE_NAME"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givenpageurl" value="the page url is '$var1$'$END$" shortcut="TAB" description="the page url is '$var1$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""URL"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givennotpageurl" value="the page url is not '$var1$'$END$" shortcut="TAB" description="the page url is not '$var1$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""URL"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givendisableAnimations" value="animations are disabled$END$" shortcut="TAB" description="animations are disabled" toReformat="false" toShortenFQNames="true">
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givenvisible" value="the '$var1$' is visible$END$" shortcut="TAB" description="the '$var1$' is visible" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givenhidden" value="the '$var1$' is hidden$END$" shortcut="TAB" description="the '$var1$' is hidden" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givenenabled" value="the '$var1$' is enabled$END$" shortcut="TAB" description="the '$var1$' is enabled" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givendisabled" value="the '$var1$' is disabled$END$" shortcut="TAB" description="the '$var1$' is disabled" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givenselected" value="the '$var1$' is selected$END$" shortcut="TAB" description="the '$var1$' is selected" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givennotselected" value="the '$var1$' is not selected$END$" shortcut="TAB" description="the '$var1$' is not selected" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givenchecked" value="the '$var1$' is checked$END$" shortcut="TAB" description="the '$var1$' is checked" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givennotchecked" value="the '$var1$' is not checked$END$" shortcut="TAB" description="the '$var1$' is not checked" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givenexists" value="the '$var1$' is on the page$END$" shortcut="TAB" description="the '$var1$' is on the page" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givennotexists" value="the '$var1$' is not on the page$END$" shortcut="TAB" description="the '$var1$' is not on the page" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="giventitle" value="the title is '$var1$'$END$" shortcut="TAB" description="the title is '$var1$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givennottitle" value="the title is not '$var1$'$END$" shortcut="TAB" description="the title is not '$var1$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givencontainstext" value="the '$var1$' contains the text '$var2$'$END$" shortcut="TAB" description="the '$var1$' contains the text '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givennotcontainstext" value="the '$var1$' does not contain the text '$var2$'$END$" shortcut="TAB" description="the '$var1$' does not contain the text '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givencontainsanytext" value="the '$var1$' contains any text$END$" shortcut="TAB" description="the '$var1$' contains any text" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givennotcontainsanytext" value="the '$var1$' does not contain any text$END$" shortcut="TAB" description="the '$var1$' does not contain any text" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givenattribute" value="the '$var1$' has an attribute '$var2$' with a value of '$var3$'$END$" shortcut="TAB" description="the '$var1$' has an attribute '$var2$' with a value of '$var3$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""ATTRIBUTE_NAME"" defaultValue="" alwaysStopAt="true" />
<variable name="var3" expression=""VALUE"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givenempty" value="the '$var1$' is empty$END$" shortcut="TAB" description="the '$var1$' is empty" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givennotempty" value="the '$var1$' is not empty$END$" shortcut="TAB" description="the '$var1$' is not empty" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givenvalue" value="the value of the '$var1$' is '$var2$'$END$" shortcut="TAB" description="the value of the '$var1$' is '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""VALUE"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givennotvalue" value="the value of the '$var1$' is not '$var2$'$END$" shortcut="TAB" description="the value of the '$var1$' is not '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""VALUE"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givensetcookie" value="I set the cookie '$var1$' with value '$var2$'$END$" shortcut="TAB" description="I set the cookie '$var1$' with value '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""COOKIE_NAME"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""VALUE"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givencookie" value="the cookie '$var1$' is set to '$var2$'$END$" shortcut="TAB" description="the cookie '$var1$' is set to '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""COOKIE_NAME"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""VALUE"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givennotcookie" value="the cookie '$var1$' is not set to '$var2$'$END$" shortcut="TAB" description="the cookie '$var1$' is not set to '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""COOKIE_NAME"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""VALUE"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givencookieset" value="the cookie '$var1$' is set$END$" shortcut="TAB" description="the cookie '$var1$' is set" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""COOKIE_NAME"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="givennotcookieset" value="the cookie '$var1$' is not set$END$" shortcut="TAB" description="the cookie '$var1$' is not set" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""COOKIE_NAME"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="whenclick" value="I click the '$var1$'$END$" shortcut="TAB" description="I click the '$var1$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="whenappend" value="I append '$var1$' to '$var2$'$END$" shortcut="TAB" description="I append '$var1$' to '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="whenset" value="I set '$var1$' to '$var2$'$END$" shortcut="TAB" description="I set '$var1$' to '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="whenappendreact" value="I append '$var1$' to react field '$var2$'$END$" shortcut="TAB" description="I append '$var1$' to react field '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="whensetreact" value="I set react field '$var1$' to '$var2$'$END$" shortcut="TAB" description="I set react field '$var1$' to '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="whensubmit" value="I submit the form '$var1$'$END$" shortcut="TAB" description="I submit the form '$var1$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="whenkey" value="I press '$var1$'$END$" shortcut="TAB" description="I press '$var1$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""KEY"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="whenclear" value="I clear the '$var1$'$END$" shortcut="TAB" description="I clear the '$var1$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="whenoption" value="I select the option for select element '$var1$' with the text '$var2$'$END$" shortcut="TAB" description="I select the option for select element '$var1$' with the text '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""VALUE"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenonpage" value="I expect to be on the '$var1$' page$END$" shortcut="TAB" description="I expect to be on the '$var1$' page" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""PAGE_NAME"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenurlcontains" value="I expect the url to contain '$var1$'$END$" shortcut="TAB" description="I expect the url to contain '$var1$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenurl" value="I expect the url to be '$var1$'$END$" shortcut="TAB" description="I expect the url to be '$var1$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thennoturl" value="I expect the url to not be '$var1$'$END$" shortcut="TAB" description="I expect the url to not be '$var1$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenurlnewtab" value="I expect the url '$var1$' is opened in a new tab$END$" shortcut="TAB" description="I expect the url '$var1$' is opened in a new tab" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""URL"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenvisible" value="I expect the '$var1$' to be visible$END$" shortcut="TAB" description="I expect the '$var1$' to be visible" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenhidden" value="I expect the '$var1$' to be hidden$END$" shortcut="TAB" description="I expect the '$var1$' to be hidden" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenbordercolour" value="I expect the bottom|top|left|right border colour of the '$var1$' to be '$var2$'$END$" shortcut="TAB" description="I expect the bottom|top|left|right border colour of the '$var1$' to be '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thencolour" value="I expect the colour of the '$var1$' to be '$var2$'$END$" shortcut="TAB" description="I expect the colour of the '$var1$' to be '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenbackgroundcolour" value="I expect the background colour of the '$var1$' to be '$var2$'$END$" shortcut="TAB" description="I expect the background colour of the '$var1$' to be '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thentitle" value="I expect the title to be '$var1$'$END$" shortcut="TAB" description="I expect the title to be '$var1$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thennottitle" value="I expect the title to not be '$var1$'$END$" shortcut="TAB" description="I expect the title to not be '$var1$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thencontainstext" value="I expect the '$var1$' to contain the text '$var2$'$END$" shortcut="TAB" description="I expect the '$var1$' to contain the text '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thennotcontainstext" value="I expect the '$var1$' to not contain the text '$var2$'$END$" shortcut="TAB" description="I expect the '$var1$' to not contain the text '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thencontainsanytext" value="I expect the '$var1$' to contain any text$END$" shortcut="TAB" description="I expect the '$var1$' to contain any text" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thennotcontainsanytext" value="I expect the '$var1$' to not contain any text$END$" shortcut="TAB" description="I expect the '$var1$' to not contain any text" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenappearexactly" value="I expect the '$var1$' to appear exactly '$var2$' times$END$" shortcut="TAB" description="I expect the '$var1$' to appear exactly '$var2$' times" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""NUMBER"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thennotappearexactly" value="I expect the '$var1$' to not appear exactly '$var2$' times$END$" shortcut="TAB" description="I expect the '$var1$' to not appear exactly '$var2$' times" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""NUMBER"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenexists" value="I expect the '$var1$' to exist$END$" shortcut="TAB" description="I expect the '$var1$' to exist" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thennotexists" value="I expect the '$var1$' to not exist$END$" shortcut="TAB" description="I expect the '$var1$' to not exist" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenchecked" value="I expect the '$var1$' to be checked$END$" shortcut="TAB" description="I expect the '$var1$' to be checked" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thennotchecked" value="I expect the '$var1$' to not be checked$END$" shortcut="TAB" description="I expect the '$var1$' to not be checked" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenselected" value="I expect the '$var1$' to be selected$END$" shortcut="TAB" description="I expect the '$var1$' to be selected" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thennotselected" value="I expect the '$var1$' to not be selected$END$" shortcut="TAB" description="I expect the '$var1$' to not be selected" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenenabled" value="I expect the '$var1$' to be enabled$END$" shortcut="TAB" description="I expect the '$var1$' to be enabled" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thendisabled" value="I expect the '$var1$' to be disabled$END$" shortcut="TAB" description="I expect the '$var1$' to be disabled" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thencookiecontain" value="I expect cookie '$var1$' to contain '$var2$'$END$" shortcut="TAB" description="I expect cookie '$var1$' to contain '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""COOKIE_NAME"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thennotcookiecontain" value="I expect cookie '$var1$' to not contain '$var2$'$END$" shortcut="TAB" description="I expect cookie '$var1$' to not contain '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""COOKIE_NAME"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thencookieexists" value="I expect cookie '$var1$' to exist$END$" shortcut="TAB" description="I expect cookie '$var1$' to exist" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""COOKIE_NAME"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thennotcookieexists" value="I expect cookie '$var1$' to not exist$END$" shortcut="TAB" description="I expect cookie '$var1$' to not exist" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""COOKIE_NAME"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenclassname" value="I expect the '$var1$' to have the class '$var2$'$END$" shortcut="TAB" description="I expect the '$var1$' to have the class '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""CLASS_NAME"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thennotclassname" value="I expect the '$var1$' to not have the class '$var2$'$END$" shortcut="TAB" description="I expect the '$var1$' to not have the class '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""CLASS_NAME"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenfocused" value="I expect the '$var1$' to be focused$END$" shortcut="TAB" description="I expect the '$var1$' to be focused" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenempty" value="I expect the '$var1$' to be empty$END$" shortcut="TAB" description="I expect the '$var1$' to be empty" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thennotempty" value="I expect the '$var1$' to not be empty$END$" shortcut="TAB" description="I expect the '$var1$' to not be empty" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenvalue" value="I expect the value of the '$var1$' to be '$var2$'$END$" shortcut="TAB" description="I expect the value of the '$var1$' to be '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thennotvalue" value="I expect the value of the '$var1$' to not be '$var2$'$END$" shortcut="TAB" description="I expect the value of the '$var1$' to not be '$var2$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenattribute" value="I expect the '$var1$' has an attribute '$var2$' with a value of '$var3$'$END$" shortcut="TAB" description="I expect the '$var1$' has an attribute '$var2$' with a value of '$var3$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""LOCATOR"" defaultValue="" alwaysStopAt="true" />
<variable name="var2" expression=""ATTRIBUTE_NAME"" defaultValue="" alwaysStopAt="true" />
<variable name="var3" expression=""VALUE"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenscreenshot" value="take a screenshot$END$" shortcut="TAB" description="take a screenshot" toReformat="false" toShortenFQNames="true">
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thenscreenshotcalled" value="take a screenshot called '$var1$'$END$" shortcut="TAB" description="take a screenshot called '$var1$'" toReformat="false" toShortenFQNames="true">
<variable name="var1" expression=""STRING"" defaultValue="" alwaysStopAt="true" />
<context>
<option name="OTHER" value="true" />
</context>
</template>
<template name="thendie" value="fail step and take screenshot$END$" shortcut="TAB" description="fail step and take screenshot" toReformat="false" toShortenFQNames="true">
<context>
<option name="OTHER" value="true" />
</context>
</template>
</templateSet>