Skip to main content
๐Ÿ› Bug HuntQA Testing & QA Hardโšก+35 XP

Integration Test Flakiness

Tests randomly fail due to timing issues.

๐Ÿ› Find the bug
1test('data loads', () => {
2 clickButton();
3 expect(screen.getByText('Loaded')).toBeInTheDocument();
4});
๐Ÿ› The bug is on line 3

๐Ÿ”ง Select the correct fix: