We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18698a commit 0e3133aCopy full SHA for 0e3133a
tests/Feature/SettingsTest.php
@@ -94,7 +94,7 @@
94
]);
95
96
$this->visit('/settings')
97
- ->see('<img src="http://localhost/images/laravel.png" alt="John Doe" class="filter grayscale">');
+ ->see('<img src="http://localhost/images/laravelio-icon.svg" alt="John Doe" class="filter grayscale">');
98
});
99
100
test('users cannot update their password when it has been compromised in data leaks', function () {
0 commit comments