File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/test/cypress/integration Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "baseUrl" : " http://localhost:8080/exist/apps/doc" ,
2
+ "baseUrl" : " http://localhost:8080/exist/apps/doc/ " ,
3
3
"projectId" : " h8zx19" ,
4
4
"fileServerFolder" : " src/main/xar-resources" ,
5
5
"ignoreTestFiles" : " src/test/cypress/integration/examples/*.js" ,
Original file line number Diff line number Diff line change 7
7
8
8
context . skip ( 'Diagnostics' , ( ) => {
9
9
before ( ( ) => {
10
- cy . visit ( '/ diagnostics.html' , { responseTimeout : 60000 } )
10
+ cy . visit ( 'diagnostics.html' , { responseTimeout : 60000 } )
11
11
} )
12
12
it ( 'should not find dead links' , ( ) => {
13
13
cy . get ( 'h1' )
Original file line number Diff line number Diff line change 3
3
4
4
context ( 'Documentation' , ( ) => {
5
5
beforeEach ( ( ) => {
6
- cy . visit ( '/ ' )
6
+ cy . visit ( '. ' )
7
7
} )
8
8
describe ( 'landing article' , ( ) => {
9
9
it ( 'should have content prose' , ( ) => {
You can’t perform that action at this time.
0 commit comments