Test files
verification/TestModule/Test/ActionGroupTest.xml
")
*/
class ActionGroupContainsStepKeyInArgTextCest
{
/**
* @param AcceptanceTester $I
* @throws \Exception
*/
public function _before(AcceptanceTester $I)
{
$I->comment("Entering Action Group [actionGroup] actionGroupContainsStepKeyInArgValue");
$I->see("arg1", ".selector"); // stepKey: arg1ActionGroup
$I->comment("Exiting Action Group [actionGroup] actionGroupContainsStepKeyInArgValue");
}
/**
* @Features({"TestModule"})
* @Parameter(name = "AcceptanceTester", value="$I")
* @param AcceptanceTester $I
* @return void
* @throws \Exception
*/
public function ActionGroupContainsStepKeyInArgText(AcceptanceTester $I)
{
$I->comment("Entering Action Group [actionGroup] actionGroupContainsStepKeyInArgValue");
$I->see("arg1", ".selector"); // stepKey: arg1ActionGroup
$I->comment("Exiting Action Group [actionGroup] actionGroupContainsStepKeyInArgValue");
}
}