Create WindowTypeCapabilities object incorrectly
RaedAlmomani opened this issue · 1 comments
RaedAlmomani commented
Bug Summary
Creating WindowTypeCapabilities by providing the constructor with the type and number of windows. The constructor does not accept parms.
Reproduction Steps
- Create createDisplayCapabilityList and pass the list of items.
- Validate by running validateDisplayCapabilityList.
Expected Behavior:
The Validation will pass.
Observed Behavior:
The validation is failing.
Which projects have you seen this bug on?
No response
JavaScript Version(s)
1.7.0
sdl_javascript Version
1.7.0
Testing Environment(s)
Manticore v2.10.0
Relevant log output
No response
RaedAlmomani commented
Fixed with bugfix/create_window_type_capabilities branch.