Task 5 - old values staying in the form

This commit is contained in:
PovilasKorop
2021-11-29 13:41:46 +02:00
parent 7d3ccdd6ec
commit b7eaace432
7 changed files with 103 additions and 0 deletions
+8
View File
@@ -64,3 +64,11 @@ Test method `test_validation_specific_error_shown_in_blade()`.
---
## Task 5. Old Values Staying After Validation Error.
In `resources/views/teams/create.blade.php` file, the value of "name" field should remain in the form, after failed validation. Change the Blade file so that it would show old value.
Test method `test_old_value_stays_in_form_after_validation_error()`.
---