fix cypress test

This commit is contained in:
jenny-s51 2021-01-25 11:21:23 -05:00
parent c3c9625f6b
commit 6c9eaf5342

View file

@ -90,7 +90,7 @@ export const RealmRolesSection = () => {
}
actions={[
{
title: t("addAssociatedRolesText"),
title: t("common:delete"),
onRowClick: (role) => {
setSelectedRole(role);
toggleDeleteDialog();