Context:
- GOOD Playwright Version: 1.16.2
- BAD Playwright Version: 1.17.0
- Operating System: Mac and Linux
Code Snippet
test('can work with material UI select list', async ({ page }) => {
await page.goto('https://mui.com/components/selects/')
await page.click('#demo-simple-select')
await page.click('li[data-value="30"]')
})
shows errors now:
Timeout of 30000ms exceeded.
Pending operations:
- page.click at scenarios/alltests.spec.ts:79:16
page.click: Target closed
=========================== logs ===========================
waiting for selector "#demo-simple-select"
selector resolved to visible <div tabindex="0" role="button" aria-expanded="false"…>…</div>
attempting click action
waiting for element to be visible, enabled and stable
element is visible, enabled and stable
scrolling into view if needed
done scrolling
performing click action
<li tabindex="-1" role="option" data-value="30" aria…>…</li> from <div id="menu-" role="presentation" class="MuiModal-r…>…</div> subtree intercepts pointer events
Describe the bug
This was working in playwright 1.16.x
Also, for some reason the HTML report locally doesn't show images or trace any more
Context:
Code Snippet
shows errors now:
Describe the bug
This was working in playwright 1.16.x
Also, for some reason the HTML report locally doesn't show images or trace any more