-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v4] fix e2e test #3915
Merged
Merged
[v4] fix e2e test #3915
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploy preview for ant-design-pro ready! Built with commit 37104d4 |
@chenshuai2144 本地 win 没问题,这是啥原因?azure link FAIL src/e2e/baseLayout.e2e.js (5.518s)
● Homepage › test pages /
TimeoutError: waiting for selector "footer" failed: timeout 3000ms exceeded
21 | const testPage = path => async () => {
22 | await page.goto(`${BASE_URL}${path}`);
> 23 | await page.waitForSelector('footer', {
| ^
24 | timeout: 3000,
25 | });
26 | const haveFooter = await page.evaluate(
at new WaitTask (node_modules/puppeteer/lib/DOMWorld.js:554:28)
at DOMWorld._waitForSelectorOrXPath (node_modules/puppeteer/lib/DOMWorld.js:483:22)
at DOMWorld.waitForSelector (node_modules/puppeteer/lib/DOMWorld.js:437:17)
at Frame.waitForSelector (node_modules/puppeteer/lib/FrameManager.js:608:47)
at Frame.<anonymous> (node_modules/puppeteer/lib/helper.js:111:23)
at Page.waitForSelector (node_modules/puppeteer/lib/Page.js:1073:29)
at waitForSelector (src/e2e/baseLayout.e2e.js:23:16)
at tryCatch (node_modules/regenerator-runtime/runtime.js:62:40)
at Generator.invoke [as _invoke] (node_modules/regenerator-runtime/runtime.js:288:22)
at Generator.prototype.(anonymous function) [as next] (node_modules/regenerator-runtime/runtime.js:114:21)
at asyncGeneratorStep (src/e2e/baseLayout.e2e.js:5:103)
at _next (src/e2e/baseLayout.e2e.js:7:194) |
merge 一下 master |
merge 一下 v4 |
imhele
changed the title
[v4] Merge master and fix types definition
[v4] Remove useless patches of types definition and fix e2e test
Apr 11, 2019
chenshuai2144
approved these changes
Apr 12, 2019
imhele
changed the title
[v4] Remove useless patches of types definition and fix e2e test
[v4] fix e2e test
May 7, 2019
Merged
有好多无关提交。清理一下 |
ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.