Skip to content
This repository was archived by the owner on May 19, 2020. It is now read-only.

Commit f9bdd6a

Browse files
author
James C. Scott
committed
clarify it test clause
1 parent f633211 commit f9bdd6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static_src/test/functional/user_role.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe('User roles', function () {
102102
browser.url(urlOrgY);
103103
});
104104

105-
it('verify cookie', function () {
105+
it('verifies that the current user is a user with only permissions to org Y', function () {
106106
cookieResult = userRoleElement.setAndGetUserRole(cookieValue);
107107
expect(cookieResult).toBe(cookieManagerOrgY);
108108
});

0 commit comments

Comments
 (0)