You are here

public function TestSubContext::iSwitchOutOfAllFrames in Drupal Commons 7.3

@When I switch out of all frames

File

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

Class

TestSubContext

Code

public function iSwitchOutOfAllFrames() {
  $this
    ->getSession()
    ->switchToIFrame();
  $this->iframe = NULL;
}