mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-01-03 23:42:28 +03:00
Updated tests to align with recent list changes
This commit is contained in:
@@ -164,7 +164,7 @@ class TagTest extends TestCase
|
||||
$resp->assertSee('OtherTestContent');
|
||||
$resp->assertDontSee('OtherTagName');
|
||||
$resp->assertSee('Active Filter:');
|
||||
$this->withHtml($resp)->assertElementCount('table .tag-item', 2);
|
||||
$this->withHtml($resp)->assertElementCount('.item-list .tag-item', 2);
|
||||
$this->withHtml($resp)->assertElementContains('form[action$="/tags"]', 'Clear Filter');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user