Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029975Retail ModulesWeb POSpublic2015-05-22 10:342015-05-22 10:39
Orekaria 
Retail 
normalminoralways
newopen 
5
 
 
No
0029975: The DONE button should be disabled until the action it provokes is valid
The DONE button should be disabled until the action it provokes is valid

This button is sensitive enough so, even if the button is not shown, the button should be disabled

This also would prevent the tests performing non available actions and would prevent the button to be available even if a bug shows it at the wrong time
Execute the following test. Note that the test executes the DONE action when it is not available:

    tap(TestId.BUTTON_BROWSE);
    tap(TestId.BUTTON_CATEGORY_BACKPACKSANDTRAVEL);
    tap(TestId.BUTTON_PRODUCT_BACKPACKSANDTRAVEL_ALPINESKIING);
    verify(TestId.LABEL_TOTALTOPAY, "109.90");

    tap(TestId.BUTTON_PAY);
    isDisabled(TestId.BUTTON_PAY_DONE, true);
    
    tap(TestId.BUTTON_DELETERECEIPT);
    tap(TestId.BUTTON_DELETERECEIPT_CONFIRM);
No tags attached.
related to feature request 0029530RR16Q1 closed Retail QA: RR15Q3: Add tests for Mobile applications 
related to defect 0029959 new Retail Better message for the 'Payment Amount is Wrong' message 
Issue History
2015-05-22 10:34OrekariaNew Issue
2015-05-22 10:34OrekariaAssigned To => Retail
2015-05-22 10:34OrekariaTriggers an Emergency Pack => No
2015-05-22 10:39OrekariaRelationship addedrelated to 0029530
2015-05-22 11:44OrekariaRelationship addedrelated to 0029959

There are no notes attached to this issue.