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
awaitt.expect(browserPage.Profiler.monitorNoPermissionsMessage.visible).ok('Error message not found');
50
+
// Check the error message text
51
+
awaitt.expect(browserPage.Profiler.monitorNoPermissionsMessage.innerText).eql('The Profiler cannot be started. This user has no permissions to run the \'monitor\' command','No Permissions message not found');
52
+
// Verify that if user doesn't have permissions to run monitor, run monitor button is not available
53
+
awaitt.expect(browserPage.Profiler.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"
awaitt.expect(browserPage.Profiler.monitorNoPermissionsMessage.visible).ok('Error message not found');
147
-
// Check the error message text
148
-
awaitt.expect(browserPage.Profiler.monitorNoPermissionsMessage.innerText).eql('The Profiler cannot be started. This user has no permissions to run the \'monitor\' command','No Permissions message not found');
149
-
// Verify that if user doesn't have permissions to run monitor, run monitor button is not available
150
-
awaitt.expect(browserPage.Profiler.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