๐ Bug HuntQA Testing & QA Hardโก+35 XP
Integration Test Flakiness
Tests randomly fail due to timing issues.
๐ Find the bug
1
test('data loads', () => {2
clickButton();3
expect(screen.getByText('Loaded')).toBeInTheDocument();4
});๐ The bug is on line 3