fix ordering e2e failing test (#4825)

* ordering fix use common method in datatable

* ordering fix use common method in datatable

* fix sorting ps e2e

* fix ordering

* move search page in testing and fix sorting boolean flag

* fix import

* fix moment

* use common sort method in document list test

* use common sort method in document list test

* remove unnecesary sort control

* remove duplicate test

* remove e2e suspended removed status

* documentation
This commit is contained in:
Eugenio Romano
2019-06-11 07:34:16 +01:00
committed by GitHub
parent c85df84a01
commit 990fa4625b
43 changed files with 951 additions and 477 deletions

View File

@@ -9,16 +9,21 @@ The ADF CLI manages, builds , doc and test your ADF Application projects.
## Installation
To get started follow these instructions:
``sh
npm install aadf-cli -g
``
npm install adf-cli -g
``
### License Check
Move in the folder where you have your pacakge.json and run the command:
Move in the folder where you have your package.json and run the command:
```bash
adf-license
```
### Audit Check
Move in the folder where you have your package.json and run the command:
```bash
adf-audit
```