mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 21:48:04 -05:00
* Revert "[INJIMOB-3622] Fix alignment in history screen (#2140)" This reverts commita0b08914e5. Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> * Revert "Injimob [3622] [3627] - BANNER ISSUE AND BRANDING CHANGES ISSUES (#2130)" This reverts commit522104811c. Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> * Revert "[INJIMOB-3633][INJIMOB-3636] fix icon bg color across app (#2134)" This reverts commitd8d718693d. Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> * Revert "[INJIMOB-3633] fix search bar clear icon not apperaing (#2133)" This reverts commit6a202b11af. Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> * [INJIMOB-3651]: revert all the branding changes Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> * [INJIMOB-3651]: update all the snapshot Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com> --------- Signed-off-by: jaswanthkumarpolisetty <jaswanthkumar.p@thoughtworks.com>
26 lines
867 B
Plaintext
26 lines
867 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`ProgressingModal Component should match snapshot as requester 1`] = `null`;
|
|
|
|
exports[`ProgressingModal Component should match snapshot with BLE error visible 1`] = `"Bluetooth error occurred"`;
|
|
|
|
exports[`ProgressingModal Component should match snapshot with default props 1`] = `null`;
|
|
|
|
exports[`ProgressingModal Component should match snapshot with hint visible 1`] = `"Please wait..."`;
|
|
|
|
exports[`ProgressingModal Component should match snapshot with progress spinner 1`] = `
|
|
<Spinner
|
|
color="#951F6F"
|
|
style={
|
|
{
|
|
"marginLeft": 6,
|
|
}
|
|
}
|
|
type="ThreeBounce"
|
|
/>
|
|
`;
|
|
|
|
exports[`ProgressingModal Component should match snapshot with retry button 1`] = `"Connection failed"`;
|
|
|
|
exports[`ProgressingModal Component should match snapshot with stay in progress button 1`] = `"Taking longer than expected"`;
|