示例#1
0
 public function testDeleteFlagComment()
 {
     Scripts::LoginUser();
     Scripts::CreateComment();
     Scripts::LogoutUser();
     Scripts::LoginAdmin();
     $this->url('/admin/ideas');
     $this->byName('Delete votes')->click();
     $this->assertNotContains('Flagged ', $this->byTag('body')->text());
 }