You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: redisinsight/ui/src/pages/workbench/components/enablement-area/EnablementArea/components/LazyInternalPage/LazyInternalPage.tsx
Copy file name to clipboardExpand all lines: redisinsight/ui/src/pages/workbench/components/enablement-area/EnablementArea/utils/formatter/MarkdownToJsxString.ts
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,14 @@ import { remarkRedisCode } from '../transform/remarkRedisCode'
// Verify that when User delete the tutorial, then User can see this tutorial and relevant markdown files are deleted from: the Enablement area in Workbench
awaitt.expect(workbenchPage.tutorialDeleteButton.visible).ok('Delete popup is not visible');
62
83
awaitt.click(workbenchPage.tutorialDeleteButton);
63
84
awaitt.expect(workbenchPage.tutorialDeleteButton.exists).notOk('Delete popup is still visible');
64
-
// Verify that when User delete the tutorial, then User can see this tutorial and relevant markdown files are deleted from: the Enablement area in Workbench
0 commit comments