Skip to content

Commit 50e6ca6

Browse files
committed
test(cypress): satisfying mr travis?
1 parent f686c41 commit 50e6ca6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cypress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"baseUrl": "http://localhost:8080/exist/apps/doc",
2+
"baseUrl": "http://localhost:8080/exist/apps/doc/",
33
"projectId": "h8zx19",
44
"fileServerFolder": "src/main/xar-resources",
55
"ignoreTestFiles": "src/test/cypress/integration/examples/*.js",

src/test/cypress/integration/diagnostic_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
context.skip('Diagnostics', () => {
99
before(() => {
10-
cy.visit('/diagnostics.html', { responseTimeout: 60000 })
10+
cy.visit('diagnostics.html', { responseTimeout: 60000 })
1111
})
1212
it('should not find dead links', () => {
1313
cy.get('h1')

src/test/cypress/integration/documentation_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
context('Documentation', () => {
55
beforeEach(() => {
6-
cy.visit('/')
6+
cy.visit('.')
77
})
88
describe('landing article', () => {
99
it('should have content prose', () => {

0 commit comments

Comments
 (0)