Fumiaki MATSUSHIMA 2024-06-12 17:50:06 +09:00
parent ccae693a57
commit bb5c2f9bbd

View file

@ -557,6 +557,7 @@ await page.Locator("#checkbox").UncheckAsync();`);
const locator = await recorder.hoverOverElement('select');
expect(locator).toBe(`locator('#age')`);
await page.locator('select').click();
const [message, sources] = await Promise.all([
page.waitForEvent('console', msg => msg.type() !== 'error'),