We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b334b commit feeb211Copy full SHA for feeb211
src/App.test.js
@@ -1,8 +1,8 @@
1
import { render, screen } from '@testing-library/react';
2
import App from './App';
3
4
-test('renders learn react link', () => {
+test('renders Supported by Women Who Code link', () => {
5
render(<App />);
6
- const linkElement = screen.getByText(/learn react/i);
+ const linkElement = screen.getByText(/Supported by Women Who Code/i);
7
expect(linkElement).toBeInTheDocument();
8
});
0 commit comments