Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0030635 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
defect | [Retail Modules] Web POS | minor | sometimes | 2015-08-22 20:42 | 2015-09-07 00:13 | |||||||
Reporter | Orekaria | View Status | public | |||||||||
Assigned To | Retail | |||||||||||
Priority | normal | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0030635: Automation: The 'GoodMovementstest' test is failing | |||||||||||
Description | Automation: The GoodMovements test is failing Error: Cannot read property 'properties' of null https://ci.openbravo.com/view/try-retail/job/try-ret-modules-oracle/581/artifact/SANDBOX/automation/pi-mobile-try/last-results/try-ret-modules-oracle/screenshots/13%3A59%3A13%20FAILED%3A%20GoodsMovementTest.png [^] https://ci.openbravo.com/view/try-retail/job/try-ret-modules-oracle/581/testReport/org.openbravo.test.mobile.retail.extmodules.selenium.tests.warehouse/GoodsMovementTest/test/ [^] view-source:https://ci.openbravo.com/view/try-retail/job/try-ret-modules-oracle/581/artifact/SANDBOX/webapp/web/js/gen/8104d704e8f86b4fc4d71ef544503623_OBWH.js [^] documentChanged: function () { this.$.details.setDocument(this.document); this.document.on('add remove reset', function () { if (this.document.length) { this.$.totalLines.show(); this.$.totalLines.setContent(OB.I18N.getLabel('OBWH_NumLines', [this.document.length])); } else { this.$.totalLines.hide(); } }, this); this.document.on('click', function (line) { this.doSelectedDocLine({ line: line }); }, this); this.document.properties.on('change:editing', function () { // here var editing = this.document.properties.get('editing'); this.$.document.setShowing(editing); this.$.startDocument.setShowing(!editing); if (!editing) { this.$.startDocument.setCreatedDocName(this.document.properties.get('createdDocName')); } }, this); }, | |||||||||||
Steps To Reproduce | Execute the test several times until the error raises or Activate the test again and watch it in try (could be related to the activity done in previous tests) | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0079627) hgbot (developer) 2015-08-22 20:45 |
Repository: tools/automation/pi-mobile Changeset: b42e47e16139cd53ed891cf93896e3375d51d1d4 Author: Rafa Alonso <ral <at> openbravo.com> Date: Sat Aug 22 20:44:39 2015 +0200 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b42e47e16139cd53ed891cf93896e3375d51d1d4 [^] Related to issue 30635: Added '@TestAnnotations(waitFixOf=30635)' to the 'GoodsMovementTest' test --- M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/warehouse/GoodsMovementTest.java --- |
(0080162) hgbot (developer) 2015-09-07 00:13 |
Repository: tools/automation/pi-mobile Changeset: 5d305c5b4b3ba5c15f259ce9ceb300abbbf4ba88 Author: Rafa Alonso <ral <at> openbravo.com> Date: Sun Sep 06 23:23:34 2015 +0200 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/5d305c5b4b3ba5c15f259ce9ceb300abbbf4ba88 [^] Related to issue 30635: Allow to retry the 'GoodsMovementTest' test - the problem now is that, with the high volumen suite, the test is failing at login. It seemas that the login button is disabled and then enabled again, and the test is trying to tap in the very moment in which the button is disabled. This could also be related to the fact that the test is being executed in the first place and the server could not be ready --- M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/warehouse/GoodsMovementTest.java --- |
Issue History | |||
Date Modified | Username | Field | Change |
2015-08-22 20:42 | Orekaria | New Issue | |
2015-08-22 20:42 | Orekaria | Assigned To | => Orekaria |
2015-08-22 20:42 | Orekaria | Triggers an Emergency Pack | => No |
2015-08-22 20:42 | Orekaria | Assigned To | Orekaria => Retail |
2015-08-22 20:42 | Orekaria | Steps to Reproduce Updated | View Revisions |
2015-08-22 20:42 | Orekaria | Relationship added | blocks 0030603 |
2015-08-22 20:45 | hgbot | Checkin | |
2015-08-22 20:45 | hgbot | Note Added: 0079627 | |
2015-08-22 20:46 | Orekaria | Summary | Automation: The GoodMovements test is failing => Automation: The 'GoodMovementstest' test is failing |
2015-09-07 00:13 | hgbot | Checkin | |
2015-09-07 00:13 | hgbot | Note Added: 0080162 |
Copyright © 2000 - 2009 MantisBT Group |