Skip to content

Commit e827797

Browse files
committed
fixes
1 parent 5bf4265 commit e827797

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
-501 KB
Binary file not shown.
-501 KB
Binary file not shown.
-501 KB
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)