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 e68d2b1 commit c70ba1dCopy full SHA for c70ba1d
src/test/cypress/integration/documentation_spec.js
@@ -60,7 +60,7 @@ context('Documentation', () => {
60
cy.get('.navbar')
61
.find('#development')
62
.click()
63
- .contains('Author Reference')
+ .find('[href="author-reference.xml"]')
64
65
.url()
66
.should('include', 'author-reference.xml')
0 commit comments