コード例 #1
0
ファイル: FrameTest.php プロジェクト: PurdyForks/saunter.php
 /**
  * @test
  * @group deep
  * @group ck
  * @group frame
  */
 public function number_of_paragraphs()
 {
     $e = new Editor($this->session);
     $e->open()->wait_until_loaded();
     $t = $e->switch_to_textarea();
     $this->assertEquals($t->how_many_paragraphs(), 6);
 }