Skip to content

Commit

Permalink
update e2e test (#5190)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxsan committed Jul 18, 2021
1 parent f810711 commit f0b4106
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cypress/integration/search_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ describe('Search', () => {
cy.visit('/concepts/');
cy.get('.DocSearch').click();
cy.get('#docsearch-input').type('roadmap');
cy.get('#docsearch-item-0').click();
cy.url().should('include', '/blog/2020-12-08-roadmap-2021/');
cy.get('.DocSearch-Hits').should('be.visible');
});
});

1 comment on commit f0b4106

@vercel
Copy link

@vercel vercel bot commented on f0b4106 Jul 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.