We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8010e62 commit a4b1876Copy full SHA for a4b1876
src/test/cypress/integration/fundoc_spec.cy.js
@@ -3,9 +3,9 @@
3
4
context('Function Documentation', () => {
5
before (() => {
6
- // Creat Index before running test
+ // Generate function documentation before running tests
7
cy.request({
8
- url: 'http://127.0.0.1:8080/exist/rest/db/apps/fundocs/modules/reindex.xql',
+ url: 'http://127.0.0.1:8080/exist/rest/db/apps/fundocs/generate',
9
auth: {
10
user: 'admin',
11
password: ''
0 commit comments