Skip to content

Commit

Permalink
fix: 修复小米验证等待,不设置超时的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Oct 25, 2017
1 parent 95cf17a commit b14b5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/providers/小米.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ module.exports = class extends Provider {

await page.click('input[type="submit"]');

await page.waitForSelector('.send-status.disabled');
await page.waitForSelector('.send-status.disabled', { timeout: 1000 * 3 });
}
};

0 comments on commit b14b5cc

Please sign in to comment.