Skip to content

Commit c70ba1d

Browse files
committed
ci(cypress): adjust test
1 parent e68d2b1 commit c70ba1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/cypress/integration/documentation_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ context('Documentation', () => {
6060
cy.get('.navbar')
6161
.find('#development')
6262
.click()
63-
.contains('Author Reference')
63+
.find('[href="author-reference.xml"]')
6464
.click()
6565
.url()
6666
.should('include', 'author-reference.xml')

0 commit comments

Comments
 (0)