Skip to content

Commit 44ba1cd

Browse files
committed
return encryption tests
1 parent 2352cf7 commit 44ba1cd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

tests/e2e/tests/electron/critical-path/a-first-start-form/user-agreements-form.e2e.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ test('Verify that user should accept User Agreements to continue working with th
1717
await t.expect(userAgreementDialog.submitButton.hasAttribute('disabled')).ok('Submit button not disabled by default');
1818
await t.expect(myRedisDatabasePage.AddRedisDatabase.addDatabaseManually.exists).notOk('User can\'t add a database');
1919
});
20-
// Skipped due to docker currently doesn't support encryption https://redislabs.atlassian.net/browse/RI-5036
21-
test.skip('Verify that the encryption enabled by default and specific message', async t => {
20+
test('Verify that the encryption enabled by default and specific message', async t => {
2221
const expectedPluginText = 'To avoid automatic execution of malicious code, when adding new Workbench plugins, use files from trusted authors only.';
2322
// Verify that section with plugin warning is displayed
2423
await t.expect(userAgreementDialog.pluginSectionWithText.exists).ok('Plugin text is not displayed');

tests/e2e/tests/web/critical-path/a-first-start-form/user-agreements-form.e2e.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ test('Verify that user should accept User Agreements to continue working with th
2222
await t.expect(userAgreementDialog.submitButton.hasAttribute('disabled')).ok('Submit button not disabled by default');
2323
await t.expect(myRedisDatabasePage.AddRedisDatabase.addDatabaseManually.exists).notOk('User can\'t add a database');
2424
});
25-
// Skipped due to docker currently doesn't support encryption https://redislabs.atlassian.net/browse/RI-5036
26-
test.skip('Verify that the encryption enabled by default and specific message', async t => {
25+
test('Verify that the encryption enabled by default and specific message', async t => {
2726
const expectedPluginText = 'To avoid automatic execution of malicious code, when adding new Workbench plugins, use files from trusted authors only.';
2827
// Verify that section with plugin warning is displayed
2928
await t.expect(userAgreementDialog.pluginSectionWithText.exists).ok('Plugin text is not displayed');

0 commit comments

Comments
 (0)