Skip to content

Commit

Permalink
fix: try to fix e2e failed
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiran committed Jan 7, 2021
1 parent 06622c6 commit 765a308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/cypress/integration/plugin/schema-smocktest.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ context('smoke test for plugin schema', () => {
cy.contains('Submit').click();

// NOTE: wait for the HTTP call
cy.wait(500);
cy.wait(800);
if (shouldValid) {
const drawerSelector = '.ant-drawer-content';
cy.get(drawerSelector).should('not.exist');
Expand Down

0 comments on commit 765a308

Please sign in to comment.