We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecc290 commit 3f98a1aCopy full SHA for 3f98a1a
README.md
@@ -131,7 +131,7 @@ describe('Counter', () => {
131
await render(CounterComponent, { componentProperties: { counter: 5 } });
132
133
const incrementButton = screen.getByRole('button', { name: /increment/i });
134
- fireEvent.click(incrementControl);
+ fireEvent.click(incrementButton);
135
136
expect(screen.getByText('Current Count: 6'));
137
});
0 commit comments