You are here

public function FeatureContext::iAmEditingTheType in Booking and Availability Management Tools for Drupal 8

Same name and namespace in other branches
  1. 7 test/behat/features/bootstrap/FeatureContext.php \FeatureContext::iAmEditingTheType()

@When /^I am editing the "([^"]*)" type$/

File

test/behat/features/bootstrap/FeatureContext.php, line 153

Class

FeatureContext
Features context.

Code

public function iAmEditingTheType($type_name) {
  $this
    ->iAmDoingOnTheType('edit', $type_name);
}