You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.meta({env: env.web,rte: rte.none})('Verify that user should accept User Agreements to continue working with the application, the Welcome page is opened after user agrees, the encryption enabled by default and specific message',asynct=>{
20
-
awaitt.expect(userAgreementPage.userAgreementsPopup.exists).ok('User Agreements Popup is shown');
21
-
//Verify that section with plugin warning is displayed
22
-
awaitt.expect(userAgreementPage.pluginSectionWithText.visible).ok('Plugin text is displayed');
23
-
//Verify that text that is displayed in window is 'While adding new visualization plugins, use files only from trusted authors to avoid automatic execution of malicious code.'
awaitt.expect(pluginText).eql('To avoid automatic execution of malicious code, when adding new Workbench plugins, use files from trusted authors only.');
26
-
// Verify that encryption enabled by default
27
-
awaitt.expect(userAgreementPage.switchOptionEncryption.withAttribute('aria-checked','true').exists).ok('Encryption enabled by default');
awaitt.expect(addRedisDatabasePage.addDatabaseManually.exists).ok('User can add a database');
42
-
});
18
+
test('Verify that user should accept User Agreements to continue working with the application, the Welcome page is opened after user agrees, the encryption enabled by default and specific message',asynct=>{
19
+
awaitt.expect(userAgreementPage.userAgreementsPopup.exists).ok('User Agreements Popup is shown');
20
+
//Verify that section with plugin warning is displayed
21
+
awaitt.expect(userAgreementPage.pluginSectionWithText.visible).ok('Plugin text is displayed');
22
+
//Verify that text that is displayed in window is 'While adding new visualization plugins, use files only from trusted authors to avoid automatic execution of malicious code.'
awaitt.expect(pluginText).eql('To avoid automatic execution of malicious code, when adding new Workbench plugins, use files from trusted authors only.');
25
+
// Verify that encryption enabled by default
26
+
awaitt.expect(userAgreementPage.switchOptionEncryption.withAttribute('aria-checked','true').exists).ok('Encryption enabled by default');
0 commit comments