Test filesverification/TestModule/Test/ActionGroupTest/ActionGroupWithSectionAndDataAsArguments.xml
") */ class ActionGroupWithSectionAndDataAsArgumentsCest { /** * @Features({"TestModule"}) * @Parameter(name = "AcceptanceTester", value="$I") * @param AcceptanceTester $I * @return void * @throws \Exception */ public function ActionGroupWithSectionAndDataAsArguments(AcceptanceTester $I) { $I->comment("Entering Action Group [actionGroup] actionGroupWithSectionAndData"); $I->waitForElementVisible("#element .John", 10); // stepKey: arg1ActionGroup $I->comment("Exiting Action Group [actionGroup] actionGroupWithSectionAndData"); } }