Skip to content
Snippets Groups Projects
Commit 8491b79f authored by Liam Morland's avatar Liam Morland
Browse files

ISTWCMS-4630: Update comments

parent 28bd5715
No related branches found
No related tags found
2 merge requests!433ISTWCMS-6296 Create test for all event dates test cases,!153ISTWCMS-4630: Fix dashboard testing
......@@ -1416,11 +1416,10 @@ class UwWcmsBasicTest extends BrowserTestBase {
* Test default dashboard.
*/
private function dashboardTest() {
// Anonymous user cannot view 'whos-online' block in dashboard.
// Anonymous user cannot view "Who's online" block in dashboard.
$this->drupalGet('dashboard/my_dashboard');
$this->assertSession()->statusCodeEquals(403);
// 'whos-online' block can be viewed by all roles.
// "Who's online" block can be viewed by all roles.
$roles = [
'authenticated user',
'uw_role_site_owner',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment