BAEL-4842 - Use React and Spring Boot to Build a Simple CRUD App

Updating PR to reduce complexity of react components
Fixing react test
This commit is contained in:
Sallo Szrajbman
2021-04-03 13:51:08 +01:00
parent 14bf673677
commit 45dcdf2a0d
4 changed files with 22 additions and 23 deletions
@@ -3,6 +3,6 @@ import App from './App';
test('renders learn react link', () => {
render(<App />);
const linkElement = screen.getByText(/learn react/i);
const linkElement = screen.getByText(/Clients/i);
expect(linkElement).toBeInTheDocument();
});