Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAT-17148-C499897 #4391

Merged
merged 3 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('Eureka', () => {

it(
'C496123 Adding application when creating authorization role',
{ tags: ['criticalPath', 'eureka', 'eurekaPhase1', 'eurekaSnapshotECS', 'C496123'] },
{ tags: ['criticalPath', 'eureka', 'eurekaPhase1', 'eurekaTemporaryECS', 'C496123'] },
() => {
AuthorizationRoles.clickNewButton();
AuthorizationRoles.fillRoleNameDescription(testData.roleName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('Eureka', () => {

it(
'C430264 Selecting applications when creating new authorization role (no capabilities selected) (eureka)',
{ tags: ['smoke', 'eureka', 'eurekaPhase1', 'eurekaSnapshotECS', 'C430264'] },
{ tags: ['smoke', 'eureka', 'eurekaPhase1', 'eurekaTemporaryECS', 'C430264'] },
() => {
AuthorizationRoles.clickNewButton();
AuthorizationRoles.fillRoleNameDescription(testData.roleName, testData.roleDescription);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('Eureka', () => {

it(
'C430260 Selecting applications when creating new authorization role (eureka)',
{ tags: ['smoke', 'eureka', 'eurekaPhase1', 'eurekaSnapshotECS', 'C430260'] },
{ tags: ['smoke', 'eureka', 'eurekaPhase1', 'eurekaTemporaryECS', 'C430260'] },
() => {
AuthorizationRoles.clickNewButton();
AuthorizationRoles.fillRoleNameDescription(testData.roleName, testData.roleDescription);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ describe('Eureka', () => {

it(
'C496128 Adding application when editing authorization role',
{ tags: ['criticalPath', 'eureka', 'eurekaPhase1', 'eurekaSnapshotECS', 'C496128'] },
{ tags: ['criticalPath', 'eureka', 'eurekaPhase1', 'eurekaTemporaryECS', 'C496128'] },
() => {
AuthorizationRoles.searchRole(testData.roleName);
AuthorizationRoles.clickOnRoleName(testData.roleName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe('Eureka', () => {

it(
'C436929 Editing existing authorization role (not updating capabilities)',
{ tags: ['criticalPath', 'eureka', 'eurekaPhase1', 'eurekaSnapshotECS', 'C436929'] },
{ tags: ['criticalPath', 'eureka', 'eurekaPhase1', 'eurekaTemporaryECS', 'C436929'] },
() => {
AuthorizationRoles.searchRole(testData.roleName);
AuthorizationRoles.clickOnRoleName(testData.roleName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe('Eureka', () => {

it(
'C430262 Selecting/deselecting applications when editing authorization role',
{ tags: ['smoke', 'eureka', 'eurekaPhase1', 'eurekaSnapshotECS', 'C430262'] },
{ tags: ['smoke', 'eureka', 'eurekaPhase1', 'eurekaTemporaryECS', 'C430262'] },
() => {
AuthorizationRoles.waitContentLoading();
AuthorizationRoles.searchRole(testData.roleName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('Eureka', () => {

it(
'C430265 Selecting/deselecting applications when editing authorization role (no capabilities selected)',
{ tags: ['smoke', 'eureka', 'eurekaPhase1', 'eurekaSnapshotECS', 'C430265'] },
{ tags: ['smoke', 'eureka', 'eurekaPhase1', 'eurekaTemporaryECS', 'C430265'] },
() => {
AuthorizationRoles.searchRole(testData.roleName);
AuthorizationRoles.clickOnRoleName(testData.roleName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ describe('Eureka', () => {

it(
'C553052 Unassign all capabilities/sets from existing role using dedicated button (selected and deselected applications) (eureka)',
{ tags: ['criticalPath', 'eureka', 'eurekaSnapshotECS', 'C553052'] },
{ tags: ['criticalPath', 'eureka', 'eurekaTemporaryECS', 'C553052'] },
() => {
AuthorizationRoles.searchRole(testData.roleName);
AuthorizationRoles.clickOnRoleName(testData.roleName);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,166 @@
import Users from '../../../support/fragments/users/users';
import UsersCard from '../../../support/fragments/users/usersCard';
import UserEdit from '../../../support/fragments/users/userEdit';
import UsersSearchPane from '../../../support/fragments/users/usersSearchPane';
import getRandomPostfix from '../../../support/utils/stringTools';
import AuthorizationRoles, {
SETTINGS_SUBSECTION_AUTH_ROLES,
} from '../../../support/fragments/settings/authorization-roles/authorizationRoles';
import TopMenu from '../../../support/fragments/topMenu';
import TopMenuNavigation from '../../../support/fragments/topMenuNavigation';
import { APPLICATION_NAMES } from '../../../support/constants';

describe('Eureka', () => {
describe('Users', () => {
const randomPostfix = getRandomPostfix();
const testData = {
roleAName: `Auto Role A C499897 ${randomPostfix}`,
roleBName: `Auto Role B C499897 ${randomPostfix}`,
promotePath: '/users-keycloak/auth-users',
userBody: {
type: 'staff',
active: true,
username: `userc499897${randomPostfix}`,
patronGroup: '',
personal: {
lastName: `Last c499897 ${randomPostfix}`,
firstName: `First c499897 ${randomPostfix}`,
email: 'testuser@test.org',
preferredContactTypeId: '002',
},
},
};

const capabSetsToAssign = [
{ type: 'Settings', resource: 'UI-Authorization-Roles Settings Admin', action: 'View' },
{ type: 'Data', resource: 'Roles Users', action: 'Manage' },
{ type: 'Data', resource: 'UI-Users', action: 'View' },
{ type: 'Data', resource: 'UI-Users', action: 'Edit' },
];

const capabsToAssign = [
{ type: 'Data', resource: 'UI-Users', action: 'View' },
{ type: 'Data', resource: 'UI-Users', action: 'Edit' },
{ type: 'Settings', resource: 'Settings Enabled', action: 'View' },
{ type: 'Data', resource: 'Users-Keycloak Auth-Users Item', action: 'View' },
{ type: 'Data', resource: 'Users-Keycloak Auth-Users Item', action: 'Create' },
];

before('Create users, roles', () => {
cy.getAdminToken();
cy.getUserGroups().then(() => {
testData.userBody.patronGroup = Cypress.env('userGroups')[0].id;
cy.createUserWithoutKeycloakInEurekaApi(testData.userBody).then((userId) => {
testData.userId = userId;
});
cy.createTempUser([]).then((createdUserProperties) => {
testData.tempUser = createdUserProperties;
cy.assignCapabilitiesToExistingUser(
testData.tempUser.userId,
capabsToAssign,
capabSetsToAssign,
);
if (Cypress.env('runAsAdmin')) cy.updateRolesForUserApi(testData.tempUser.userId, []);
});
cy.createAuthorizationRoleApi(testData.roleAName).then((role) => {
testData.roleAId = role.id;
});
cy.createAuthorizationRoleApi(testData.roleBName).then((role) => {
testData.roleBId = role.id;
});
});
});

before('Login', () => {
cy.login(testData.tempUser.username, testData.tempUser.password, {
path: TopMenu.usersPath,
waiter: Users.waitLoading,
});
});

after('Delete roles, users', () => {
cy.getAdminToken();
cy.deleteAuthorizationRoleApi(testData.roleAId);
cy.deleteAuthorizationRoleApi(testData.roleBId);
Users.deleteViaApi(testData.userId);
Users.deleteViaApi(testData.tempUser.userId);
});

it(
'C499897 Assigning role to users with/without Keycloak record when editing user (eureka)',
{ tags: ['smoke', 'eureka', 'C499897'] },
() => {
UsersSearchPane.searchByKeywords(testData.userBody.username);
UsersSearchPane.selectUserFromList(testData.userBody.username);
UsersCard.verifyUserLastFirstNameInCard(
testData.userBody.personal.lastName,
testData.userBody.personal.firstName,
);
UsersCard.verifyUserRolesCounter('0');
UserEdit.openEdit();
UserEdit.verifyUserRolesCounter('0');
UserEdit.clickUserRolesAccordion();
UserEdit.clickAddUserRolesButton();
UserEdit.verifySelectRolesModal();
UserEdit.selectRoleInModal(testData.roleAName);
UserEdit.selectRoleInModal(testData.roleBName);
UserEdit.saveAndCloseRolesModal();
UserEdit.verifyUserRoleNames([testData.roleAName, testData.roleAName]);
UserEdit.verifyUserRolesRowsCount(2);
UserEdit.saveUserEditForm();
UserEdit.checkPromoteUserModal(
testData.userBody.personal.lastName,
testData.userBody.personal.firstName,
);
UserEdit.clickCancelInPromoteUserModal();
UsersCard.verifyUserLastFirstNameInCard(
testData.userBody.personal.lastName,
testData.userBody.personal.firstName,
);
UsersCard.verifyUserRolesCounter('0');

UserEdit.openEdit();
UserEdit.verifyUserRolesCounter('0');
UserEdit.clickUserRolesAccordion();
UserEdit.clickAddUserRolesButton();
UserEdit.verifySelectRolesModal();
UserEdit.selectRoleInModal(testData.roleAName);
UserEdit.selectRoleInModal(testData.roleBName);
UserEdit.saveAndCloseRolesModal();
UserEdit.verifyUserRoleNames([testData.roleAName, testData.roleBName]);
UserEdit.verifyUserRolesRowsCount(2);
UserEdit.saveUserEditForm();
UserEdit.checkPromoteUserModal(
testData.userBody.personal.lastName,
testData.userBody.personal.firstName,
);
cy.intercept(`${testData.promotePath}/${testData.userId}`).as('promote');
UserEdit.clickConfirmInPromoteUserModal();
cy.wait('@promote').its('response.statusCode').should('eq', 201);
UsersCard.verifyUserLastFirstNameInCard(
testData.userBody.personal.lastName,
testData.userBody.personal.firstName,
);
UsersCard.verifyUserRolesCounter('2');
UsersCard.clickUserRolesAccordion();
UsersCard.verifyUserRoleNames([testData.roleAName, testData.roleBName]);

TopMenuNavigation.navigateToApp(APPLICATION_NAMES.SETTINGS, SETTINGS_SUBSECTION_AUTH_ROLES);
AuthorizationRoles.waitContentLoading();
AuthorizationRoles.searchRole(testData.roleAName);
AuthorizationRoles.clickOnRoleName(testData.roleAName, false);
AuthorizationRoles.verifyAssignedUser(
testData.userBody.personal.lastName,
testData.userBody.personal.firstName,
);

AuthorizationRoles.searchRole(testData.roleBName);
AuthorizationRoles.clickOnRoleName(testData.roleBName, false);
AuthorizationRoles.verifyAssignedUser(
testData.userBody.personal.lastName,
testData.userBody.personal.firstName,
);
},
);
});
});
Loading