You are here

public function TestSubContext::iSwitchToTheFrame in Drupal Commons 7.3

@When I switch to the frame :frame

File

tests/steps/commons_test.behat.inc, line 388
Provide Behat step-definitions for generic Commons tests.

Class

TestSubContext

Code

public function iSwitchToTheFrame($frame) {
  $this
    ->getSession()
    ->switchToIFrame($frame);
  $this->iframe = $frame;
}