File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
critical-path/memory-efficiency Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 175
175
await t . click ( memoryEfficiencyPage . getToTutorialBtnByRecomName ( searchJsonRecommendation ) ) ;
176
176
await t . expect ( workbenchPage . preselectArea . visible ) . ok ( 'Workbench Enablement area not opened' ) ;
177
177
// Verify that REDIS FOR TIME SERIES tutorial expanded
178
- await t . expect ( ( await workbenchPage . getTutorialByName ( 'WORKING WITH JSON ' ) ) . visible ) . ok ( 'WORKING WITH JSON tutorial is not expanded' ) ;
178
+ await t . expect ( ( await workbenchPage . getTutorialByName ( 'INTRODUCTION ' ) ) . visible ) . ok ( 'INTRODUCTION tutorial is not expanded' ) ;
179
179
} ) ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const getPageUrl = ClientFunction(() => window.location.href);
11
11
const sourcePage = 'https://developer.redis.com/create/from-source/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight' ;
12
12
const dockerPage = 'https://developer.redis.com/create/docker/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight' ;
13
13
const homebrewPage = 'https://developer.redis.com/create/homebrew/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight' ;
14
- const promoPage = 'https://redis.com/try-free/ ?utm_source=redis &utm_medium=app &utm_campaign=redisinsight_offer_jan ' ;
14
+ const promoPage = 'https://redis.com/redis-enterprise-cloud/overview/ ?utm_source=redisinsight &utm_medium=main &utm_campaign=main ' ;
15
15
16
16
fixture `Add database from welcome page`
17
17
. meta ( { type : 'smoke' , rte : rte . standalone } )
You can’t perform that action at this time.
0 commit comments