-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OPHJOD-129: Näytetään yhteystiedot myös oppilaitokselle, jota ei ole …
…vielä tallennettu
- Loading branch information
Showing
8 changed files
with
158 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
src/main/app/playwright/fixtures/oppilaitosWithOnlyYhteystiedot.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
export default () => { | ||
return { | ||
oid: '1.2.246.562.13.00000000000000000072', | ||
_enrichedData: { | ||
organisaationYhteystiedot: { | ||
nimi: { | ||
fi: 'Organisaatio', | ||
sv: 'Organisaatio sv', | ||
}, | ||
postiosoite: { | ||
osoite: { | ||
fi: 'Horonpohjantie 279, 40101 Jyväskylä', | ||
sv: 'Sv osoite', | ||
}, | ||
postinumeroKoodiUri: 'posti_040101', | ||
}, | ||
kayntiosoite: { | ||
osoite: { | ||
fi: 'Verhonkulmala 220, 40720 Jyväskylä', | ||
sv: 'Sv osoite', | ||
}, | ||
postinumeroKoodiUri: 'posti_040101', | ||
}, | ||
puhelinnumero: { | ||
fi: '050 28144921', | ||
sv: '050 28144922', | ||
}, | ||
sahkoposti: { | ||
fi: 'hakija-31832505@oph.fi', | ||
sv: 'sv@sahkoposti.sv', | ||
}, | ||
}, | ||
}, | ||
}; | ||
}; |
30 changes: 30 additions & 0 deletions
30
.../createOppilaitos/should-be-able-to-create-oppilaitos-with-hakijapalveluyhteystiedot.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
...eateOppilaitos/should-be-able-to-create-oppilaitos-without-hakijapalveluyhteystiedot.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters