Test 'tests/plugins/tableselection/integrations/clipboard/pasteflow' crashes when browser viewport focused #1047
Labels
browser:edge
The issue can only be reproduced in the Edge (edgeHTML engine based) browser.
plugin:clipboard
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:failingtest
A failing test.
Are you reporting a feature request or a bug?
Bug
Check if the issue is already reported
Extracted from #962.
Similar to #945.
Provide detailed reproduction steps (if any)
The test
tests/plugins/tableselection/integrations/clipboard/pasteflow
started to fail (or rather break bender run in the same manner as mentioned in #945), after changes introduced in #962. However it only fails when browser viewport is focused (focusing browser window or browser URL field makes test run smoothly).Also when changing tests order, from:
to
it works fine despite the browser focus.
Other details
dataTransfer.setData
#962clipboard
,tableselection
,undo
The text was updated successfully, but these errors were encountered: