Skip to content

Commit 8e35183

Browse files
Merge pull request #335 from AppQuality/develop
fix: correct typo in "Exploratory Testing"
2 parents 2fcd560 + f8201a8 commit 8e35183

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/pages/Preview/Editor/extensions/SlashCommands/nodes/BugTypeDescription/Component

src/pages/Preview/Editor/extensions/SlashCommands/nodes/BugTypeDescription/Component/useDescription.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export const useDescription = (id: string) => {
2626
if (!typeName) return "";
2727

2828
switch (typeName) {
29+
case "Exploratory Testing":
2930
case "Explorative Testing":
3031
case "Bug verification":
3132
return (

0 commit comments

Comments
 (0)