We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa12a9d commit 025336eCopy full SHA for 025336e
server/models/services/TestsService.js
@@ -35,6 +35,8 @@ const getTests = parentRecord => {
35
if (isV2) {
36
const screenText = at?.settings[scenario.settings]?.screenText;
37
const commandKVs = getCommandV2(commandId);
38
+
39
+ if (!commandKVs[0]) return { id: '', text: '' };
40
if (commandKVs.length) {
41
// `scenario` has an identifier to the settings being displayed.
42
// May be best to display the settings text instead, ie.
0 commit comments