Skip to content

Commit b671b3d

Browse files
authored
Update App.test.js
1 parent d04b3fa commit b671b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

front-end/src/App.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ import App from './App';
33

44
test('renders learn react link', () => {
55
render(<App />);
6-
const linkElement = screen.getById("testApp");
6+
const linkElement = screen.getByTestId('testApp');
77
expect(linkElement).toBeInTheDocument();
88
});

0 commit comments

Comments
 (0)