Skip to content

Commit d3890bc

Browse files
webzwo0irhansen
authored andcommitted
admin tests: Increase maxHttpBufferSize to fit settings.json
1 parent 91d3974 commit d3890bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/frontend-admin-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
- name: Write custom settings.json that enables the Admin UI tests
5858
run: "sed -i 's/\"enableAdminUITests\": false/\"enableAdminUITests\": true,\\n\"users\":{\"admin\":{\"password\":\"changeme\",\"is_admin\":true}}/' settings.json"
5959

60+
- name: increase maxHttpBufferSize
61+
run: "sed -i 's/\"maxHttpBufferSize\": 10000/\"maxHttpBufferSize\": 100000/' settings.json"
62+
6063
- name: Remove standard frontend test files, so only admin tests are run
6164
run: mv src/tests/frontend/specs/* /tmp && mv /tmp/admin*.js src/tests/frontend/specs
6265

0 commit comments

Comments
 (0)