-
Type: Improvement
-
Status: Open
-
Priority: Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Testing
-
Tags:
-
Team:UI
During the development of Bulk Edit (WEBUI-249), three helper methods were copied from the Nuxeo Elements side (as they are not publicly available) to facilitate the unit testing of the feature. All of them are identified in nuxeo-edit-documents-button.test.js (Web UI). The helpers are:
- waitForLayoutLoad, from ui-test-helpers.js.
- waitForDialogOpen, from nuxeo-document-picker.test.js.
- waitForDialogClose, from nuxeo-document-picker.test.js.
The goal is to expose these helpers (alongside the other already publicly exposed test helpers) so that they can be reused externally.