mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
Improved import page
This commit is contained in:
parent
56545920f8
commit
9252ea55f2
2 changed files with 13 additions and 9 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue