Skip to content
Snippets Groups Projects
Commit 8ed39047 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-1784 add keycloak roles and groups

parent 1c22cb60
No related branches found
No related tags found
No related merge requests found
Showing with 19 additions and 8 deletions
{
"name": "Abtl. 10.0.1 Versammlungsbehörde, Identitätsfeststellung, Fundbüro",
"path": "/Abtl. 10.0.1 Versammlungsbehörde, Identitätsfeststellung, Fundbüro",
"attributes": {"organisationseinheitId": ["9030229"]}
}
\ No newline at end of file
{
"name": "Abtl. 10.5.1.2 Allgemeine Gefahrenabwehr und sonstige Ordnungsrechtsangelegenheiten",
"path": "/Abtl. 10.5.1.2 Allgemeine Gefahrenabwehr und sonstige Ordnungsrechtsangelegenheiten",
"attributes": {"organisationseinheitId": ["10363455"]}
}
\ No newline at end of file
...@@ -6,5 +6,5 @@ ...@@ -6,5 +6,5 @@
"fullName": "Emil Ernst", "fullName": "Emil Ernst",
"initials": "EE", "initials": "EE",
"dataTestId": "Emil_Ernst", "dataTestId": "Emil_Ernst",
"einheitlicherAnsprechpartner": true "realmRoles": ["EINHEITLICHER_ANSPRECHPARTNER"]
} }
\ No newline at end of file
{ {
"name": "kfinder", "name": "kfinder",
"password": "Katrinfinder" "password": "Katrinfinder",
"groups": ["Abtl. 10.0.1 Versammlungsbehörde, Identitätsfeststellung, Fundbüro"]
} }
\ No newline at end of file
{ {
"name": "kordner", "name": "kordner",
"password": "Klausordner" "password": "Klausordner",
"groups": ["Abtl. 10.5.1.2 Allgemeine Gefahrenabwehr und sonstige Ordnungsrechtsangelegenheiten"]
} }
\ No newline at end of file
{ {
"uuid": "df385159-6055-4169-bb78-f5c6f60fe0cf",
"name": "sabine", "name": "sabine",
"password": "SuperCreativ", "password": "SuperCreativ",
"firstName": "Sabine", "firstName": "Sabine",
...@@ -7,5 +6,5 @@ ...@@ -7,5 +6,5 @@
"fullName": "Sabine Solala", "fullName": "Sabine Solala",
"initials": "SS", "initials": "SS",
"dataTestId": "Sabine_Solala", "dataTestId": "Sabine_Solala",
"verwaltungUser": true "realmRoles": ["VERWALTUNG_USER"]
} }
\ No newline at end of file
{ {
"name": "zonk", "name": "zonk",
"password": "Zonk4Nothing", "password": "Zonk4Nothing",
"verwaltungUser": true "realmRoles": ["VERWALTUNG_USER"]
} }
\ No newline at end of file
...@@ -27,7 +27,7 @@ describe('PostfachMail error', () => { ...@@ -27,7 +27,7 @@ describe('PostfachMail error', () => {
const vorgang: VorgangE2E = createVorgang(); const vorgang: VorgangE2E = createVorgang();
const postfachMailItem: PostfachMailItemE2E = { const postfachMailItem: PostfachMailItemE2E = {
...createPostfachNachrichtReplyItem(), ...createPostfachNachrichtReplyItem(),
createdBy: getUserSabine().uuid, createdBy: Cypress.env("sabineUuid"),
direction: DirectionE2E.OUT, direction: DirectionE2E.OUT,
sentAt: '2022-12-02T15:00:00.790Z[UTC]', sentAt: '2022-12-02T15:00:00.790Z[UTC]',
sentSuccessful: false, sentSuccessful: false,
......
...@@ -22,7 +22,7 @@ describe('Vorgang Zurueckstellen', () => { ...@@ -22,7 +22,7 @@ describe('Vorgang Zurueckstellen', () => {
const vorgangPage: VorgangPage = new VorgangPage(); const vorgangPage: VorgangPage = new VorgangPage();
const userContainer: UserProfileE2EComponent = vorgangPage.getVorgangDetailHeader().getUserContainer(); const userContainer: UserProfileE2EComponent = vorgangPage.getVorgangDetailHeader().getUserContainer();
const vorgangZurueckstellen: VorgangE2E = { ...createVorgang(), name: 'DoBescheiden', status: VorgangStatusE2E.IN_BEARBEITUNG, assignedTo: getUserSabine().uuid }; const vorgangZurueckstellen: VorgangE2E = { ...createVorgang(), name: 'DoBescheiden', status: VorgangStatusE2E.IN_BEARBEITUNG, assignedTo: Cypress.env("sabineUuid") };
const vorgangZurueckstellenRevoke: VorgangE2E = { ...buildVorgang(objectIds[0], 'DoRevokeBescheiden'), status: VorgangStatusE2E.IN_BEARBEITUNG }; const vorgangZurueckstellenRevoke: VorgangE2E = { ...buildVorgang(objectIds[0], 'DoRevokeBescheiden'), status: VorgangStatusE2E.IN_BEARBEITUNG };
before(() => { before(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment