public function testIFocusOnTheIFrameShouldThrowExceptionOnNonExistentSelector()
 {
     $this->setSessionExpectation(true);
     $this->context->IFocusOnTheIframe('NOFrame');
 }
 public function testIFocusOnTheIFrameShouldThrowExceptionOnNonExistentSelector()
 {
     $this->setSessionExpectation(false);
     $this->setExpectedException('\\RuntimeException');
     $this->context->IFocusOnTheIframe('NOFrame');
 }