EUDI Wallet Test Report
Report generated 20-05-2026 12:02

Feature: User authentication and re-issuance of pids/attestations

As an EUDI User,
I want to re-issue a PID/attestation from the original issuer by replacing an existing PID or attestation
so that fresh attestations are available in my EUDI Wallet.

Scenarios

Given the user opens the Wallet application

When the user authenticates successfully using a six digit PIN

Then the Wallet grants access to the user

Given the user opens the Wallet application

When the user fails to authenticate using the six digit PIN

Then the Wallet presents an error message

And the user can retry the authentication

Given the user is authenticated in the Wallet

And an existing PID or attestation is stored in the Wallet

When the user selects the re-issuance option from the Issuer details

Then the wallet requests re-issuance from the issuer

Given the user requested re-issuance for an existing PID or attestation

When the wallet sends the re-issuance request

Then the request is sent to the same issuer that issued the original PID or attestation

And the request is for the same PID or attestation type

Given an existing PID or attestation is already stored in the Wallet

When the Wallet receives the re-issued PID or attestation of the same type

Then the existing PID or attestation is replaced

Given the original PID or attestation was issued in batch

When the issuer re-issues the PID or attestation

Then the PID or attestation is re-issued in batch

Serenity BDD version 4.2.22