Skip to content

Commit fd186b3

Browse files
Merge pull request #2145 from RedisInsight/e2e/feature/regression
fix for regression tests
2 parents fa13425 + 6080e0d commit fd186b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/tests/critical-path/memory-efficiency/recommendations.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,5 +175,5 @@ test
175175
await t.click(memoryEfficiencyPage.getToTutorialBtnByRecomName(searchJsonRecommendation));
176176
await t.expect(workbenchPage.preselectArea.visible).ok('Workbench Enablement area not opened');
177177
// 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');
179179
});

tests/e2e/tests/smoke/database/add-db-from-welcome-page.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const getPageUrl = ClientFunction(() => window.location.href);
1111
const sourcePage = 'https://developer.redis.com/create/from-source/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight';
1212
const dockerPage = 'https://developer.redis.com/create/docker/?utm_source=redis&utm_medium=app&utm_campaign=redisinsight';
1313
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';
1515

1616
fixture `Add database from welcome page`
1717
.meta({ type: 'smoke', rte: rte.standalone })

0 commit comments

Comments
 (0)