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
// Verify that URL input contains placeholder "Enter the RDI host IP as: https://[IP-Address]" on adding RDI panel
80
-
awaitt.expect(rdiInstancesListPage.AddRdiInstance.urlInput.getAttribute('placeholder')).eql('Enter the RDI host IP as: https://[IP-Address]','Invalid placeholder for URL input');
80
+
awaitt.expect(rdiInstancesListPage.AddRdiInstanceDialog.urlInput.getAttribute('placeholder')).eql('Enter the RDI host IP as: https://[IP-Address]','Invalid placeholder for URL input');
81
81
// Verify that URL input contains icon with tooltip "The RDI machine servers REST API via port 443. Ensure that Redis Insight can access the RDI host over port 443." on adding RDI panel
// Verify that Username input contains placeholder "Enter the RDI Redis username" on adding RDI panel
89
-
awaitt.expect(rdiInstancesListPage.AddRdiInstance.usernameInput.getAttribute('placeholder')).eql('Enter the RDI Redis username','Invalid placeholder for Username input');
89
+
awaitt.expect(rdiInstancesListPage.AddRdiInstanceDialog.usernameInput.getAttribute('placeholder')).eql('Enter the RDI Redis username','Invalid placeholder for Username input');
90
90
// Verify that Username input contains icon with tooltip "The RDI REST API authentication is using the RDI REDIS username and password." on adding RDI panel
// Verify that Password input contains placeholder "Enter the RDI Redis password" on adding RDI panel
95
-
awaitt.expect(rdiInstancesListPage.AddRdiInstance.passwordInput.getAttribute('placeholder')).eql('Enter the RDI Redis password','Invalid placeholder for Password input');
95
+
awaitt.expect(rdiInstancesListPage.AddRdiInstanceDialog.passwordInput.getAttribute('placeholder')).eql('Enter the RDI Redis password','Invalid placeholder for Password input');
96
96
// Verify that Password input contains icon with tooltip "The RDI REST API authentication is using the RDI REDIS username and password." on adding RDI panel
// Verify that inputs info is displayed on Edit RDI panel
175
-
awaitt.expect(rdiInstancesListPage.AddRdiInstance.urlInput.getAttribute('placeholder')).eql('Enter the RDI host IP as: https://[IP-Address]','Invalid placeholder for URL input');
awaitt.expect(rdiInstancesListPage.AddRdiInstanceDialog.urlInput.getAttribute('placeholder')).eql('Enter the RDI host IP as: https://[IP-Address]','Invalid placeholder for URL input');
awaitt.expect(rdiInstancesListPage.AddRdiInstance.usernameInput.getAttribute('placeholder')).eql('Enter the RDI Redis username','Invalid placeholder for Username input');
awaitt.expect(rdiInstancesListPage.AddRdiInstanceDialog.usernameInput.getAttribute('placeholder')).eql('Enter the RDI Redis username','Invalid placeholder for Username input');
awaitt.expect(rdiInstancesListPage.AddRdiInstance.passwordInput.getAttribute('placeholder')).eql('Enter the RDI Redis password','Invalid placeholder for Password input');
awaitt.expect(rdiInstancesListPage.AddRdiInstanceDialog.passwordInput.getAttribute('placeholder')).eql('Enter the RDI Redis password','Invalid placeholder for Password input');
0 commit comments