Opened 11 years ago
Closed 11 years ago
#11009 closed Bug (duplicate)
Exception while testing widget-based mockup.
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
since: 4.3 until major
I had some issue while writing tests for widget-based mockup. If there are 2 test which uses editorBot.setData() and both times they get the same html as a input, in second execution exception is thrown from command created for my widget.
Exception content: Uncaught TypeError: Cannot read property 'enabled' of undefined
in command.js file.
I've simply pushed testcase to t/11009 branch.
Change History (3)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
The issue will be fixed by #10877.