add icons and welcome page and readme
This commit is contained in:
@@ -3,5 +3,11 @@
|
||||
test('returns a successful response', function () {
|
||||
$response = $this->get(route('home'));
|
||||
|
||||
$response->assertOk();
|
||||
});
|
||||
$response
|
||||
->assertOk()
|
||||
->assertSee('Embedd HUB')
|
||||
->assertSee('Local embedding workbench')
|
||||
->assertSee('Ollama')
|
||||
->assertDontSee('favicon.svg')
|
||||
->assertDontSee('favicon.ico');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user