diff --git a/cypress/integration/remote.spec.js b/cypress/integration/remote.spec.js index 66737ac..b205d4e 100644 --- a/cypress/integration/remote.spec.js +++ b/cypress/integration/remote.spec.js @@ -6,7 +6,9 @@ describe('测试 remote 示例', function() { cy.$goto('remote') }) it('测试所有 remote 配置', function() { - cy.$getFormItemInput('select').click() + cy.$getFormItemInput('select') + .click() + .type('input') cy.contains('area1').click() cy.contains('resourceA') cy.contains('typeA') diff --git a/docs/remote.md b/docs/remote.md index 3f6cb00..cf3dc95 100644 --- a/docs/remote.md +++ b/docs/remote.md @@ -10,6 +10,7 @@