mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Fixed tests to align with recent changes, Updated php deps
This commit is contained in:
@@ -330,7 +330,7 @@ abstract class TestCase extends BaseTestCase
|
||||
|
||||
protected function assertNotificationContains(\Illuminate\Testing\TestResponse $resp, string $text)
|
||||
{
|
||||
return $this->withHtml($resp)->assertElementContains('[notification]', $text);
|
||||
return $this->withHtml($resp)->assertElementContains('.notification[role="alert"]', $text);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user