1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Fixed failing tests from dompdf chanages

This commit is contained in:
Dan Brown
2022-07-17 14:32:09 +01:00
parent 24f4febcd5
commit 56da25b07a
2 changed files with 6 additions and 6 deletions

View File

@ -527,7 +527,7 @@ class PageContentTest extends TestCase
$pageView = $this->get($page->getUrl());
$pageView->assertElementExists('.page-content li.task-list-item input[type=checkbox]');
$pageView->assertElementExists('.page-content li.task-list-item input[type=checkbox][checked=checked]');
$pageView->assertElementExists('.page-content li.task-list-item input[type=checkbox][checked]');
}
public function test_page_markdown_strikethrough_rendering()