Metadata
- Source
- SJRK-215
- Type
- Improvement
- Priority
- Minor
- Status
- Open
- Resolution
- N/A
- Assignee
- N/A
- Reporter
- Gregor Moss
- Created
2019-02-07T15:19:54.989-0500 - Updated
2019-02-07T15:19:54.989-0500 - Versions
- N/A
- Fixed Versions
- N/A
- Component
-
- Storytelling Tool UI
Description
In the test sequences that require affecting changes on the DOM, use fluid.changeElementValue() instead of sjrk.storyTelling.testUtils.changeFormElement(). The latter is effectively duplicating the functionality of the former. Instead of passing in "{component}" and "selector", simply pass in "{component}.dom.selector" for the first param.
Once the calls have been replaced, remove this function from the codebase.