Skip to content

Commit

Permalink
MES-7635 / CP (#497)
Browse files Browse the repository at this point in the history
* Add emails to mock journal slots

* Version bump
  • Loading branch information
matthew2564 authored Feb 14, 2022
1 parent 0561d85 commit 07cd3da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="uk.gov.dvsa.drivingexaminerservices" version="4.1.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="uk.gov.dvsa.drivingexaminerservices" version="4.1.1.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>DES 4</name>
<description>A template ionic 5 application</description>
<content src="index.html" />
Expand Down
4 changes: 2 additions & 2 deletions ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>4.1.1.1</string>
<string>4.1.1.2</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>4.1.1.1</string>
<string>4.1.1.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
4 changes: 4 additions & 0 deletions src/app/pages/fake-journal/__mocks__/fake-journal.mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const fakeJournalTestSlots = [
secondaryTelephone: '04321 145765',
dateOfBirth: '1980-10-15',
ethnicityCode: 'A',
emailAddress: '[email protected]',
},
},
slotDetail: {
Expand Down Expand Up @@ -150,6 +151,7 @@ export const fakeJournalTestSlots = [
secondaryTelephone: '04321 098765',
dateOfBirth: '1985-10-01',
ethnicityCode: 'A',
emailAddress: '[email protected]',
},
},
slotDetail: {
Expand Down Expand Up @@ -208,6 +210,7 @@ export const fakeJournalTestSlots = [
secondaryTelephone: '04321 098765',
dateOfBirth: '2000-01-15',
ethnicityCode: 'A',
emailAddress: '[email protected]',
},
},
slotDetail: {
Expand Down Expand Up @@ -266,6 +269,7 @@ export const fakeJournalTestSlots = [
secondaryTelephone: '04321 098765',
dateOfBirth: '2001-12-24',
ethnicityCode: 'A',
emailAddress: '[email protected]',
},
},
slotDetail: {
Expand Down

0 comments on commit 07cd3da

Please sign in to comment.