🖼️ Replace outdated screenshots with new **KI-Assistent** images and update asset paths

This commit is contained in:
HolgerHatGarKeineNode
2026-06-14 00:38:07 +02:00
parent a353d7e089
commit 19dee6356a
8 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ it('renders the KI-Assistent guide with the connector URL and all setup screensh
$response->assertSuccessful()
->assertSee(__('EINUNDZWANZIG mit Claude verbinden'))
->assertSee(url('/mcp'))
->assertSee('storage/screenshots/Screenshot_20260608_084046.png')
->assertSee('storage/screenshots/Screenshot_20260608_123314.png')
->assertSee('img/ki-assistent/step-1.png')
->assertSee('img/ki-assistent/step-6.png')
->assertSee(route('scramble.docs.ui'));
});