Skip to content

Commit d560d8f

Browse files
committed
Updated tutorial test to work well
1 parent 8793b1a commit d560d8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/cypress/e2e/config/tutorial.cy.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe('Tutorial flow', () => {
88
cy.visit('http://localhost:34115/');
99
cy.get('button.btn').click();
1010
cy.get('button.driver-popover-next-btn').click();
11-
cy.location('pathname').should('equal', '/mode/config/');
11+
cy.location('pathname').should('equal', '/mode/config');
1212
cy.wait(1000);
1313
cy.get('.grid > :nth-child(5) > .btn').click();
1414
cy.get(':nth-child(3) > .btn').click();
@@ -18,13 +18,13 @@ describe('Tutorial flow', () => {
1818
cy.get('button.driver-popover-next-btn').click();
1919
cy.wait(1000);
2020
cy.get('button.driver-popover-next-btn').click();
21-
cy.location('pathname').should('equal', '/mode/config/advanced/stun/');
21+
cy.location('pathname').should('equal', '/mode/config/advanced/stun');
2222
cy.wait(1000);
2323
cy.get('button.driver-popover-next-btn').click();
2424
cy.wait(1000);
2525
cy.get('button.driver-popover-next-btn').click();
2626
cy.wait(1000);
27-
cy.location('pathname').should('equal', '/mode/config/');
27+
cy.location('pathname').should('equal', '/mode/config');
2828
cy.get('button.driver-popover-next-btn').click();
2929
cy.wait(1000);
3030
cy.get('button.driver-popover-next-btn').click();

frontend/package.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a0214247b44f2a12f75c1acb247136fc
1+
a08ffc9a31a38904e6a91e6631117c99

0 commit comments

Comments
 (0)