We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfa7ae commit 8e6bf5cCopy full SHA for 8e6bf5c
tests/e2e/tests/critical-path/files-auto-update/enablement-area-autoupdate.e2e.ts
@@ -20,7 +20,7 @@ if (fs.existsSync(workingDirectory)) {
20
21
// Tutorials content
22
const tutorialsTimestampPath = `${workingDirectory}/tutorials/build.json`;
23
- const tutorialsTimeSeriesFilePath = `${workingDirectory}/guides/quick-guides/graph/introduction.md`;
+ const tutorialsTimeSeriesFilePath = `${workingDirectory}/tutorials/redis_stack/redis_for_time_series.md`;
24
25
// Remove md files from local folder. When desktop test will start, files will be updated from remote repository
26
fs.unlinkSync(guidesGraphIntroductionFilePath);
0 commit comments