Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Revert to previous expected message
Browse files Browse the repository at this point in the history
  • Loading branch information
phahulin committed Mar 7, 2018
1 parent e3d5a31 commit 3772d5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web-dapp/src/components/RegisterAddressPage.test.js
Expand Up @@ -550,7 +550,7 @@ describe('<RegisterAddressPage />', () => {
);
});

it('displays a message when register address was submitted but postcard was not sent', () => {
it('displays a message when register address was mined but postcard was not sent', () => {
const page = mount(
<RegisterAddressPage
my_web3={web3}
Expand Down Expand Up @@ -612,15 +612,15 @@ describe('<RegisterAddressPage />', () => {
'error',
'Postcard sending',
[
['Transaction to register address was submitted, but postcard was not sent'],
['Transaction to register address was mined, but postcard was not sent'],
['Request ID', 'test'],
['Transaction ID', '0xfd3c97d14b3979cc6356a92b79b3ac8038f0065fc5079c6a0a0ff9b0c0786291'],
['Error', 'error message'],
]
);
});

it('displays a message when register address was submitted and postcard was sent', () => {
it('displays a message when register address was mined and postcard was sent', () => {
const page = mount(
<RegisterAddressPage
my_web3={web3}
Expand Down Expand Up @@ -685,7 +685,7 @@ describe('<RegisterAddressPage />', () => {
'success',
'Address registered!',
[
['Transaction to register address was submitted and postcard was sent'],
['Transaction to register address was mined and postcard was sent'],
['Transaction ID', '0xfd3c97d14b3979cc6356a92b79b3ac8038f0065fc5079c6a0a0ff9b0c0786291'],
['Expected delivery date', 'tomorrow'],
['Mail type', 'none']
Expand Down

0 comments on commit 3772d5e

Please sign in to comment.