update poc image and test (#7)

This commit is contained in:
woodser 2021-09-10 06:43:16 -04:00 committed by GitHub
parent 982e1580f7
commit 56975a6022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ This application is a basic [create-react-app](https://github.com/facebook/creat
7. Confirm that the Haveno daemon version is displayed (1.6.2) 7. Confirm that the Haveno daemon version is displayed (1.6.2)
<p align="center"> <p align="center">
<img src="haveno-ui-poc.png" width="400" height="400"/><br> <img src="haveno-ui-poc.png" width="500"/><br>
</p> </p>
## How to Update the Protobuf Client ## How to Update the Protobuf Client

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -4,6 +4,6 @@ import App from './App';
test('renders learn react link', () => { test('renders learn react link', () => {
render(<App />); render(<App />);
const linkElement = screen.getByText(/learn react/i); const linkElement = screen.getByText(/learn more/i);
expect(linkElement).toBeInTheDocument(); expect(linkElement).toBeInTheDocument();
}); });

Binary file not shown.

Before

Width:  |  Height:  |  Size: 124 KiB