Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e04d1c1

Browse files
test: add story for hidden app
1 parent ed9791e commit e04d1c1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

site/src/modules/resources/AgentRow.stories.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,17 @@ export const WithXRayScan: Story = {
319319
],
320320
},
321321
};
322+
323+
export const HideApp: Story = {
324+
args: {
325+
agent: {
326+
...M.MockWorkspaceAgent,
327+
apps: [
328+
{
329+
...M.MockWorkspaceApp,
330+
hidden: true,
331+
},
332+
],
333+
},
334+
},
335+
};

0 commit comments

Comments
 (0)