|
The users:new_proxy issues were resolved by PR #13 in platform-core. The issue was that we had a small dataset on the test server, e.g. only two or three user records, but the test was looking for the ninth record, which did not exist.
The inventory:inventorySearch issues were filed separately under
UIIN-306
Closed
and are fixed. The issue was that the test was waiting on a DOM element that, for unclear reasons, it never found. The DOM inspector showed it, but the test never found it. Weird and frustrating, but we found a different DOM element to hang the test from, and that solves the immediate problem, so we're moving on.
|