fix cypress test
This commit is contained in:
parent
c3c9625f6b
commit
6c9eaf5342
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export const RealmRolesSection = () => {
|
||||||
}
|
}
|
||||||
actions={[
|
actions={[
|
||||||
{
|
{
|
||||||
title: t("addAssociatedRolesText"),
|
title: t("common:delete"),
|
||||||
onRowClick: (role) => {
|
onRowClick: (role) => {
|
||||||
setSelectedRole(role);
|
setSelectedRole(role);
|
||||||
toggleDeleteDialog();
|
toggleDeleteDialog();
|
||||||
|
|
Loading…
Reference in a new issue