// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`App Route / authenticated 1`] = `
Home
`; exports[`App Route / unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /dashboards/0 authenticated 1`] = `
`; exports[`App Route /dashboards/0 unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /home authenticated 1`] = `
Home
`; exports[`App Route /home unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /issue-info authenticated 1`] = `
Issue FISKER123 Details
Issue Details

ID : FISKER123

Driver ID : valid-cognito-id-1

VIN : 1GNGC26RXXJ407648

Title : sometitle

Description : 2343242

Created : 12/9/2022 11:16:38 PM

Issue images
`; exports[`App Route /issue-info unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /issues authenticated 1`] = `
Issues
Id VIN Title Driver ID Created sorted ascending
15 4Y1SL65848Z411439 sometitle 12345 12/9/2022 11:16:38 PM
17 1GNGC26RXXJ407648 sometitle valid-cognito-id-1 12/9/2022 11:16:38 PM
`; exports[`App Route /issues unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /package-deploy authenticated 1`] = `
Deploy Test Manifest 1.0

Created 7/1/2021 10:40:07 PM .

0 Selected
VIN sorted ascending Model Year Trim Created Updated

Rows per page:

0-0 of 0

`; exports[`App Route /package-deploy unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /package-status authenticated 1`] = `
ID Vehicle Status Created Updated
1 1G1FP87S3GN100062 downloaded 7/1/2021 10:40:07 PM 7/12/2021 6:22:13 PM
2 1G1FP87S3GN100062 downloaded 7/1/2021 10:40:07 PM 7/12/2021 6:22:13 PM
3 1G1FP87S3GN100062 downloaded 7/1/2021 10:40:07 PM 7/12/2021 6:22:13 PM
`; exports[`App Route /package-status unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /packages authenticated 1`] = `
Deployments
ID sorted ascending Name Version SUMS Type Created Updated Actions
1 Test Manifest 1.0 Standard 7/1/2021 10:40:07 PM 7/12/2021 6:22:13 PM
`; exports[`App Route /packages unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /page-not-found authenticated 1`] = `
`; exports[`App Route /page-not-found unauthenticated 1`] = `

Page Not Found

`; exports[`App Route /supplier/{email} unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /tools/certificates/add authenticated 1`] = `
Create Certificate
`; exports[`App Route /tools/certificates/add unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /tools/security-dll authenticated 1`] = `
Security.dll Download

Please click the links below to download the certificate.pem, key.pem and the security.dll (either the 32-bit or 64-bit version to match your application). Install all files in the same folder, and then run your application of choice to connect to the Fisker cloud.

Important Note: Certificates expire in 3 months from the time they are generated. They have to be re-downloaded again to connect to the Fisker cloud.

`; exports[`App Route /tools/security-dll unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /tools/sms/send authenticated 1`] = `
`; exports[`App Route /tools/sms/send unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /vehicle-add authenticated 1`] = `
`; exports[`App Route /vehicle-add unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /vehicle-status authenticated 1`] = `
Vehicle FISKER123 Details
Vehicle Details

VIN : FISKER123

ICCID :

Model : Ocean

Year : 2021

Trim : Basic

Country :

Powertrain Type :

Restraint Type :

Body Type :

Info Source :

Tags : none

Log Level : info

CANBus Enabled : true

Max Memory Buffer Size : 1

Data Logger Enabled : true

Max Disk Buffer Size : 2

Filters : 3

DTC Enabled : false

Debug Mask :

`; exports[`App Route /vehicle-status unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /vehicle-status/vin/carupdateid unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`; exports[`App Route /vehicles authenticated 1`] = `
Vehicles
VIN sorted ascending Model Year Trim Created Updated
`; exports[`App Route /vehicles unauthenticated 1`] = `
Sign In

Note: Your email address will be used as the user id

`;