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 if user doesn\'t have permissions to run monitor, user can see error message',asynct=>{
143
+
constcommand='CLIENT LIST';
140
144
// Expand the Profiler
141
145
awaitt.click(monitorPage.expandMonitor);
142
146
// Click on run monitor button
@@ -147,4 +151,8 @@ test.skip
147
151
awaitt.expect(monitorPage.monitorNoPermissionsMessage.innerText).eql('The Profiler cannot be started. This user has no permissions to run the \'monitor\' command','No Permissions message not found');
148
152
// Verify that if user doesn't have permissions to run monitor, run monitor button is not available
149
153
awaitt.expect(monitorPage.runMonitorToggle.withAttribute('disabled').exists).ok('No permissions run icon not found');
// Verify that user have the following error when there is no permission to run the CLIENT LIST: "NOPERM this user has no permissions to run the 'CLIENT LIST' command or its subcommand"
0 commit comments