[FOLIO-539] CI UI test failure in FOLIO Demo Created: 04/Apr/17 Updated: 12/Nov/18 Resolved: 11/Apr/17 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P3 |
| Reporter: | John Malconian | Assignee: | Wolfram Schneider |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 4 hours | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||
| Sprint: | |||||||||
| Description |
|
One of the CI tests from 'ui-testing' is failing consistently when run against the current FOLIO Demo instance (http://folio-uidemo.aws.indexdata.com): https://jenkins-aws.indexdata.com/job/FOLIO_UI_Demo_2/20/console |
| Comments |
| Comment by John Malconian [ 04/Apr/17 ] |
|
Snippet from build log: 7 passing (11s)
1 failing
1) Using the App FOLIO UI App /items signing up and finishing setup should work without timing out:
Error: done() invoked with non-Error: Cannot read property 'focus' of null
Need to determine if this is an actual failure with a demo component and follow up appropriately or a problem with the test itself. |
| Comment by Wolfram Schneider [ 04/Apr/17 ] |
|
There is an issue that one FOLIO UI module changed since it was released. There are no longer select buttons for active/inactive users. I will look at it. |
| Comment by Wolfram Schneider [ 11/Apr/17 ] |
|
The folio ui tests runs fine in docker
docker run -it -e "FOLIO_UI_URL=http://folio-uidemo-test.indexdata.com" folioci/ui-testing
on my local machine and on jenkins-aws. The jenkins job of FOLIO_UI_Demo_1 runs for ca. 14minutes. I refactored out the docker test of folio ui. It will run by a separate test, triggered after FOLIO_UI_Demo_1/FOLIO_UI_Demo_2 run successfully. Closing the issue. |