Clone
 

mateusz kwiatkowski <mkwiatkowski@soldevelo.com> in openlmis-enduser-performance-tests

OLMIS-6153: changed Requisition Statuses from ALL_CAPS to Title case

OLMIS-5728: added deploy functional test server step

moved stopping instance script to post stage

OLMIS-5728: fixed location of env file for stopping instance

OLMIS-5728: added printing hidden files

Revert "OLMIS-5728: removed all prints and checkout of openlmis-config repo"

This reverts commit 5b45265fca1623711038dd5a1f237f01eed002aa.

OLMIS-5728: removed all prints and checkout of openlmis-config repo

OLMIS-5728: moved openlmis-config to subdirectory

OLMIS-5728: added more printing of directories

OLMIS-5728: temporary added printing directory to build process

OLMIS-5728: added stopping instance script to build step

OLMIS-5728: changed server url to functional test server

fixed problem with checking Today's date in datepicker test

OLMIS-5526: fixed problems in datepicker class that causes tests failures

OLMIS-5526: fixed naming of some methods in datepicker class

OLMIS-5526: changed click method name to open in datepicker

OLMIS-5526: added tests for datepickers on view requisitions filter

    • -0
    • +104
    /src/components/date-picker.js
    • -0
    • +11
    /src/features/requisitions/view-requisitions/then.steps.js
    • -8
    • +0
    /src/support/action/datepickerSetDateInFuture.js
    • -0
    • +8
    /src/support/lib/getDatePickerInputSelector.js
OLMIS-5520: fixed setting up requisition form for submit

OLMIS-5520: moved submitting requisition to given steps

OLMIS-5520: moved datepicker methods to support package

    • -0
    • +4
    /src/support/action/datepickerSelectTodayDate.js
    • -0
    • +6
    /src/support/action/datepickerSetDateInFuture.js
    • -0
    • +3
    /src/support/check/checkCheckboxValue.js
    • -1
    • +3
    /src/support/check/verifyCheckboxValue.js
OLMIS-5520: changed period for requisition sync with server test

OLMIS-5520: added test for date physical stock count completed

    • -1
    • +0
    /src/support/check/verifyCheckboxValue.js
OLMIS-5520: added changing date physical stock count completed back to original state

OLMIS-5520: added tests for program screens

    • -0
    • +11
    /src/features/administration/program-edit/then.steps.js
    • -0
    • +17
    /src/features/administration/program-edit/when.steps.js
    • -0
    • +14
    /src/features/administration/program-list/given.steps.js
    • -0
    • +11
    /src/features/administration/program-list/then.steps.js
    • -0
    • +11
    /src/features/administration/program-list/when.steps.js
    • -0
    • +33
    /src/pages/administration/program.edit.page.js
    • -0
    • +37
    /src/pages/administration/program.list.page.js
    • -0
    • +8
    /src/support/action/clickCheckboxInput.js
    • -0
    • +11
    /src/support/check/verifyCheckboxValue.js
OLMIS-4570: added functional test for initiating regular requisition

    • -0
    • +38
    /src/pages/requisition/initiate.requisition.page.js