Skip to content

Commit fa3d928

Browse files
committed
tests(doc_sec): adjust navbar test
1 parent 2957b42 commit fa3d928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/cypress/integration/documentation_spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ context('Documentation', () => {
5858

5959
it('should reference author guidelines', () => {
6060
cy.get('.navbar')
61-
.find('#documentation')
61+
.find('#development')
6262
.click()
63-
.contains('Author Guidelines')
63+
.contains('Author Reference')
6464
.click()
6565
.url()
6666
.should('include', 'author-reference.xml')

0 commit comments

Comments
 (0)