From dd2655593fe7143c6ab6a9b916b39548fe02ff87 Mon Sep 17 00:00:00 2001 From: litesun <7sunmiao@gmail.com> Date: Wed, 13 Jan 2021 15:50:14 +0800 Subject: [PATCH] feat: update comment --- web/cypress/integration/route/create-edit-delete-route.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/cypress/integration/route/create-edit-delete-route.spec.js b/web/cypress/integration/route/create-edit-delete-route.spec.js index d72c9c847c..440adde416 100644 --- a/web/cypress/integration/route/create-edit-delete-route.spec.js +++ b/web/cypress/integration/route/create-edit-delete-route.spec.js @@ -68,7 +68,7 @@ context('Create and Delete Route', () => { // go to step3 cy.contains('Next').click(); - // redirect plugin show not display in route step3 + // redirect plugin should not display in route step3 const nameSelector = '[data-cy-plugin-name]'; cy.get(nameSelector).then((cards) => { [...cards].forEach(card => {