14
Async कॉलबैक jest.setTimeout द्वारा निर्दिष्ट 5000ms के समय के भीतर लागू नहीं किया गया था
मैं कुछ फ्रंट एंड टेस्ट चलाने के लिए कठपुतली और कीट का उपयोग कर रहा हूं। मेरे परीक्षण इस प्रकार हैं: describe("Profile Tab Exists and Clickable: /settings/user", () => { test(`Assert that you can click the profile tab`, async () => { await page.waitForSelector(PROFILE.TAB); await page.click(PROFILE.TAB); }, 30000); }); कभी-कभी, …