mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-02-03 09:59:54 -05:00
update poc image and test (#7)
This commit is contained in:
parent
982e1580f7
commit
56975a6022
@ -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…
x
Reference in New Issue
Block a user