Skip to content

Commit f1e2ae3

Browse files
authored
Merge pull request #3096 from RedisInsight/e2e/bugfix/nightly-fix
nightly e2e fix
2 parents b8e78c2 + b26306f commit f1e2ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ test
191191
const invalidPathes = ['Invalid relative', 'Invalid absolute'];
192192
const keyNames = ['hashkey1', 'listkey1', 'setkey1', 'zsetkey1', 'stringkey1', 'jsonkey1', 'streamkey1', 'graphkey1', 'tskey1', 'stringkey1test'];
193193
internalLinkName1 = 'probably-1';
194-
const fileStarts = 'bulk';
194+
const fileStarts = 'Upload';
195195

196196
// Upload custom tutorial
197197
await workbenchPage.InsightsPanel.togglePanel(true);

0 commit comments

Comments
 (0)