示例#1
0
 /**
  * @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);
 }