Skip to content

Commit 287655e

Browse files
authored
Merge pull request #2999 from RedisInsight/e2e/bugfix/fix-git-link
E2e/bugfix/fix git link
2 parents 9890474 + 9155d02 commit 287655e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
7 Bytes
Binary file not shown.

tests/e2e/tests/web/regression/insights/import-tutorials.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ test.after(async() => {
123123
await databaseAPIRequests.deleteStandaloneDatabaseApi(ossStandaloneConfig);
124124
})('Verify that user can upload tutorial with URL with manifest.json', async t => {
125125
const labelFromManifest = 'LabelFromManifest';
126-
const link = 'https://github.com/RedisInsight/RedisInsight/blob/main/tests/e2e/test-data/upload-tutorials/TutorialsWithManifest.zip';
126+
const link = 'https://github.com/RedisInsight/RedisInsight/raw/main/tests/e2e/test-data/upload-tutorials/TutorialsWithManifest.zip';
127127
internalLinkName1 = 'manifest-id';
128128
tutorialName = 'Tutorials with manifest';
129129
const summary = 'Summary for JSON';

tests/e2e/tests/web/regression/workbench/default-scripts-area.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ test('Verify that user can see saved article in Enablement area when he leaves W
5555
// https://redislabs.atlassian.net/browse/RI-5340
5656
// Verify that user can see “Open Workbench in the left menu to see the command results.” tooltip when hovering over Run button
5757
await t.hover(selector);
58-
await t.expect(browserPage.tooltip.textContent).eql(tooltipText, 'Tooltip is not displayed or text is invalid');
58+
await t.expect(browserPage.tooltip.withText(tooltipText).exists).ok('Tooltip is not displayed or text is invalid');
5959

6060
// Check the button from Hash page is visible
6161
await tutorials.runBlockCode('Create a hash');

0 commit comments

Comments
 (0)