Skip to content

Commit

Permalink
Update testframework_fail_report.yml to fix duplicated IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
YYDan authored Oct 31, 2024
1 parent 36fb6f0 commit 74a8087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/testframework_fail_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
Note that all fields are required to be filled-in before you can submit this report.
- type: input
id: expected
id: artefact
attributes:
label: Workflow Artefact URL
description: Paste the URL for the results file which alerted you to this failure
Expand All @@ -21,7 +21,7 @@ body:
- type: textarea
id: code
attributes:
label: Test Contents
label: Test Code
description: Paste the code for this test here, so we have a record of its current contents
validations:
required: true
Expand All @@ -35,7 +35,7 @@ body:
required: true

- type: input
id: expected
id: sourcelocation
attributes:
label: Location Of The Test
description: Paste the URL for the line of code where the test can currently be found
Expand Down

0 comments on commit 74a8087

Please sign in to comment.