This is an automated email from the ASF dual-hosted git repository.

sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new e8503a0  fix: failed ci (#2055)
e8503a0 is described below

commit e8503a05c4ce1ef6a97f64a32ea507f6162df259
Author: Baoyuan <[email protected]>
AuthorDate: Tue Aug 10 04:01:47 2021 -0500

    fix: failed ci (#2055)
---
 web/cypress/integration/route/search-route.spec.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/web/cypress/integration/route/search-route.spec.js 
b/web/cypress/integration/route/search-route.spec.js
index 167e0b2..ad903b9 100644
--- a/web/cypress/integration/route/search-route.spec.js
+++ b/web/cypress/integration/route/search-route.spec.js
@@ -86,7 +86,8 @@ context('Create and Search Route', () => {
 
       // eslint-disable-next-line no-loop-func
       cy.get(selector.drawerBody).within(() => {
-        cy.contains('Add')
+        cy.contains('button', 'Add')
+          .should('not.be.disabled')
           .click()
           .then(() => {
             cy.get(selector.labels_0_labelKey).type(`label${i}`);

Reply via email to