Skip to content

Commit 50728cd

Browse files
committed
fix(test): activate selection
make sure app modules are selected upon load close #76
1 parent 873a282 commit 50728cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/cypress/integration/fundoc_spec.cy.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ context('Function Documentation', () => {
5656
.click()
5757
cy.get('.form-inline > .btn')
5858
.should('be.visible')
59+
cy.get('[name=appmodules]')
60+
.check()
61+
cy.get('.form-inline > .btn')
62+
.click()
5963
// check module from fundocs itself
6064
cy.get('#modules')
6165
.contains('http://exist-db.org/xquery/docs')

0 commit comments

Comments
 (0)