You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/02/09 02:58:48 UTC

[GitHub] [apisix-dashboard] LiteSun commented on a change in pull request #1448: test: Increase the stability of frontend e2e

LiteSun commented on a change in pull request #1448:
URL: https://github.com/apache/apisix-dashboard/pull/1448#discussion_r572535247



##########
File path: web/cypress/integration/route/search-route.spec.js
##########
@@ -118,7 +118,7 @@ context('Create and Search Route', () => {
   it('should delete the route', function () {
     cy.visit('/routes/list');
     for (let i = 0; i < 3; i += 1) {
-      cy.contains(`test${i}`).siblings().contains('Delete').click();
+      cy.contains(`test${i}`).siblings().contains('Delete').click({ timeout });

Review comment:
       ping @guoqqqi 
   




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org