Skip to content

Commit

Permalink
Legg til testdata-melding som inneholder lenker
Browse files Browse the repository at this point in the history
  • Loading branch information
madsleegiil committed Sep 4, 2024
1 parent a66d4c1 commit 46ced61
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/mock/Dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,37 @@ const dialoger: DialogData[] = [
}
],
egenskaper: []
},
{
id: '305',
overskrift: 'Lenker her!',
sisteTekst: 'Kan du se lenkene?',
sisteDato: '2023-09-02T11:52:20.615+01:00',
opprettetDato: '2023-09-02T11:52:20.535+01:00',
historisk: false,
lest: false,
venterPaSvar: true,
ferdigBehandlet: true,
lestAvBrukerTidspunkt: null,
erLestAvBruker: false,
aktivitetId: 'EKSTERNAKTIVITET_5',
henvendelser: [
{
id: '3001',
dialogId: '304',
avsender: 'VEILEDER',
avsenderId: 'Z123456',
sendt: '2023-02-01T11:52:20.615+01:00',
lest: true,
viktig: false,
tekst: `Lenkene skal være klikkbare:
vg.no
https://www.vg.no
nwww.vg.no
Hilsen F_994201 E_994201`
}
],
egenskaper: []
}
];

Expand Down

0 comments on commit 46ced61

Please sign in to comment.