chore: remove deprecated and empty QUnit tests (#27179)

* chore: remove deprecated and empty QUnit tests

* ci: fix UI test config

Testing library was added on Frappe, in order to reuse command testing
library has to be installed during setup process.
This commit is contained in:
Ankush Menat
2021-08-26 20:43:06 +05:30
committed by GitHub
parent a9852a5483
commit ae55eab599
222 changed files with 1 additions and 5084 deletions

View File

@@ -95,7 +95,7 @@ jobs:
run: cd ~/frappe-bench/ && bench --site test_site execute erpnext.setup.utils.before_tests
- name: cypress pre-requisites
run: cd ~/frappe-bench/apps/frappe && yarn add cypress-file-upload@^5 --no-lockfile
run: cd ~/frappe-bench/apps/frappe && yarn add cypress-file-upload@^5 @testing-library/cypress@^8 --no-lockfile
- name: Build Assets