Skip to content

Commit 153abf9

Browse files
Merge pull request #4052 from rudransh-techdome/bug/2619/assertions-not-visible-for-custom-request
add tests block in blank request object[SPRW-2619]
2 parents 15a9fb9 + 98ff4eb commit 153abf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@sparrow-workspaces/src/features/testflow-explorer/layout/TestflowExplorer.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@
760760
file: [],
761761
};
762762
response.auth = tempTab?.auth;
763+
response.tests = tempTab?.tests;
763764
response.state = tempTab?.state;
764765
return response;
765766
};

0 commit comments

Comments
 (0)