mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-06-06 22:29:01 -04:00
update poc image and test (#7)
This commit is contained in:
parent
982e1580f7
commit
56975a6022
4 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
<p align="center">
|
||||
<img src="haveno-ui-poc.png" width="400" height="400"/><br>
|
||||
<img src="haveno-ui-poc.png" width="500"/><br>
|
||||
</p>
|
||||
|
||||
## How to Update the Protobuf Client
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 86 KiB |
|
@ -4,6 +4,6 @@ import App from './App';
|
|||
|
||||
test('renders learn react link', () => {
|
||||
render(<App />);
|
||||
const linkElement = screen.getByText(/learn react/i);
|
||||
const linkElement = screen.getByText(/learn more/i);
|
||||
expect(linkElement).toBeInTheDocument();
|
||||
});
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 124 KiB |
Loading…
Add table
Add a link
Reference in a new issue