Fe Replay Script (480p 2024)
// Wait 1 sec – message should stay, but it disappears await page.waitForTimeout(1000); await expect(errorMessage).not.toBeVisible(); // Fails in fixed version
// Add item to cart await page.goto('https://shop.example.com/product/tshirt'); await page.click('button.add-to-cart'); FE Replay Script
Uncaught (in promise) TypeError: Cannot read property 'apply' of null at PromoManager.applyCode (promo.js:87) // Wait 1 sec – message should stay,