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 1f3ae01 commit 53992ccCopy full SHA for 53992cc
cypress/integration/routing/index-file.spec.js
@@ -0,0 +1,9 @@
1
+context('routing.indexFile', () => {
2
+ it('handles index file routing', () => {
3
+ cy.visit('http://localhost:3000/index.html');
4
+
5
+ cy.get('.sidebar-nav').contains('Changelog').click();
6
7
+ cy.get('#main').should('contain', 'Bug Fixes');
8
+ })
9
+});
0 commit comments