Skip to content

Commit 866d83c

Browse files
authored
Merge pull request #2679 from RedisInsight/e2e/feature/RI-3434_unskip_profiler_test
e2e/RI-3434_unskip_profiler_test
2 parents fa554d8 + 12e5a25 commit 866d83c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/e2e/tests/web/critical-path/monitor/save-commands.e2e.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ test('Verify that when user see the toggle is OFF - Profiler logs are not being
119119
// Check the download files
120120
await t.expect(await findByFileStarts(downloadedFilePath)).eql(numberOfDownloadFiles, 'The Profiler logs are saved');
121121
});
122-
// Skipped due to testCafe issue https://github.com/DevExpress/testcafe/issues/5574
123-
test.skip('Verify that when user see the toggle is ON - Profiler logs are being saved', async t => {
122+
test('Verify that when user see the toggle is ON - Profiler logs are being saved', async t => {
124123
// Remember the number of files in Temp
125124
const numberOfDownloadFiles = await findByFileStarts(downloadedFilePath);
126125

0 commit comments

Comments
 (0)