diff --git a/frontend/src/component/demo/demo-topics.tsx b/frontend/src/component/demo/demo-topics.tsx
index 7dcb525269..fbbd2eada5 100644
--- a/frontend/src/component/demo/demo-topics.tsx
+++ b/frontend/src/component/demo/demo-topics.tsx
@@ -129,6 +129,17 @@ export const TOPICS: ITutorialTopic[] = [
),
preventDefault: true,
},
+ {
+ href: `/projects/${PROJECT}/features/demoApp.step2`,
+ target: `div[data-testid="FEATURE_ENVIRONMENT_ACCORDION_${ENVIRONMENT}"] .MuiAccordionSummary-expandIconWrapper`,
+ content: (
+
+ Expand the environment card to see all the defined
+ strategies by using the arrow button.
+
+ ),
+ optional: true,
+ },
{
href: `/projects/${PROJECT}/features/demoApp.step2`,
target: 'button[data-testid="ADD_STRATEGY_BUTTON"]',
@@ -264,6 +275,7 @@ export const TOPICS: ITutorialTopic[] = [
Save the constraint by using this button.
),
+ optional: true,
},
{
target: 'button[data-testid="STRATEGY_FORM_SUBMIT_ID"]',
@@ -467,6 +479,17 @@ export const TOPICS: ITutorialTopic[] = [
),
preventDefault: true,
},
+ {
+ href: `/projects/${PROJECT}/features/demoApp.step4`,
+ target: `div[data-testid="FEATURE_ENVIRONMENT_ACCORDION_${ENVIRONMENT}"] .MuiAccordionSummary-expandIconWrapper`,
+ content: (
+
+ Expand the environment card to see all the defined
+ strategies by using the arrow button.
+
+ ),
+ optional: true,
+ },
{
href: `/projects/${PROJECT}/features/demoApp.step4`,
target: 'button[data-testid="ADD_STRATEGY_BUTTON"]',
@@ -602,6 +625,7 @@ export const TOPICS: ITutorialTopic[] = [
Save the constraint by using this button.
),
+ optional: true,
},
{
target: 'button[data-testid="STRATEGY_VARIANTS_TAB"]',