forked from wallabag/wallabag
Improved import page
This commit is contained in:
@ -22,8 +22,7 @@ class ImportControllerTest extends WallabagTestCase
|
||||
$client = $this->getTestClient();
|
||||
|
||||
$crawler = $client->request('GET', '/import/');
|
||||
|
||||
$this->assertSame(200, $client->getResponse()->getStatusCode());
|
||||
$this->assertSame(12, $crawler->filter('blockquote')->count());
|
||||
$this->assertSame(12, $crawler->filter('.card-title')->count());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user