This commit is contained in:
AJ Meireles
2023-08-16 14:18:09 -03:00
parent c0a234317b
commit 0263fcb2ac

View File

@ -12,6 +12,7 @@ body:
attributes: attributes:
label: What Happened label: What Happened
description: What did you expect to happen? description: What did you expect to happen?
placeholder: When I use expect()->toBeTrue() in my tests, I get an error
validations: validations:
required: true required: true
- type: textarea - type: textarea
@ -19,7 +20,7 @@ body:
attributes: attributes:
label: How to Reproduce label: How to Reproduce
description: How did this occur, please add any config values used and provide a set of reliable steps if possible. description: How did this occur, please add any config values used and provide a set of reliable steps if possible.
placeholder: When I use expect()->toBeTrue() in my tests, I get an error. placeholder: Install a fresh Laravel app, add Pest, add a test that uses expect()->toBeTrue()
validations: validations:
required: true required: true
- type: input - type: input