liuxiran commented on a change in pull request #2004:
URL: https://github.com/apache/apisix-dashboard/pull/2004#discussion_r680682714
##########
File path: web/cypress/integration/consumer/create_and_delete_consumer.spec.js
##########
@@ -57,6 +57,13 @@ context('Create and Delete Consumer', () => {
cy.get(selector.description).type(data.description);
cy.contains('Next').click();
+ cy.contains('Next').click();
+ cy.get(selector.notification).should(
+ 'contain',
+ 'Please enable at least one of the following authentication plugin:',
Review comment:
when we do test, actually we know how many auth plugins and what they
are, so we should assert the whole tip in order that we can make sure that the
tip is complete
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]