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 69fef72 commit c7059dfCopy full SHA for c7059df
src/test/cypress/integration/fundoc_spec.cy.js
@@ -33,11 +33,13 @@ context('Function Documentation', () => {
33
describe('simple search', () => {
34
it('should find article with extended markdown contents and code highlighting', () => {
35
cy.get('#query-field')
36
- .type('file:sync')
+ .type('file:sync{enter}')
37
cy.get('.function-head > h4')
38
.should('exist')
39
.click()
40
- // code is highlighted
+ cy.url()
41
+ .should('include', 'q=file')
42
+ // code is highlighted
43
cy.get('.language-xquery')
44
45
// button is visible
0 commit comments