Skip to content

Commit

Permalink
should create route test0, test1, test2
Browse files Browse the repository at this point in the history
  • Loading branch information
lixingwang committed Jul 14, 2021
1 parent d4182cf commit 7e6145f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/cypress/integration/route/search-route.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ context('Create and Search Route', () => {
cy.login();
});

it('should create route test1, test2, test3', function () {
it('should create route test0, test1, test2', function () {
cy.visit('/');
cy.contains('Route').click();
for (let i = 0; i < 3; i += 1) {
Expand Down

0 comments on commit 7e6145f

Please sign in to comment.