-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF14, 11.1, 2021.0
-
Tags:
-
Team:GANG
-
Sprint:nxGang Sprint 11.1.16
We have a dirty hack in https://github.com/nuxeo/plugin-nuxeo-web-ui/blob/release-2.4.13/nuxeo-web-ui-ftest/test/features/step_definitions/support/fixtures/layouts.js#L23
// sometimes the caret is not clickable (e.g. in dialog ...) // and clicking the input does not open suggestion (e.g. in search drawer content) // ¯\_(ツ)_/¯ try { element.element(isMulti ? 'input' : '.selectivity-caret').click(); } catch (err) { element.element(isMulti ? 'input' : '#input').click(); }
which does not properly open a nuxeo-document-suggestion. It shows the loading span for ever and we cannot click and select the result with an error like:
[chrome #0-0] unknown error: Element <div class="selectivity-result-item highlight" style="padding-left: 7px" data-item-id="8584c98c-7bf8-4c89-bac1-3018579bb2aa">...</div> is not clickable at point (1024, 582). Other element would receive the click: <div class="selectivity-loading">...</div>
- is required by
-
NXP-27831 Write Retention Functional tests
- Resolved