Skip to content

Commit

Permalink
feat: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LiteSun committed Jan 13, 2021
1 parent bfccc2f commit dd26555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit dd26555

Please sign in to comment.