1
0
Fork 0
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:
Nicolas Lœuillet 2024-11-14 15:43:23 +01:00
parent 56545920f8
commit 9252ea55f2
2 changed files with 13 additions and 9 deletions

View file

@ -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());
}
}