-
Notifications
You must be signed in to change notification settings - Fork 9.5k
tests: update failing trace webtest to use Tooltip module #11731
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
Conversation
The reason the test wasn't failing is that the getter was previously implicitly calling |
@connorjclark FYI this is failing the devtools check with |
weird, it works for me locally even after I clear |
@@ -33,7 +33,7 @@ jobs: | |||
${{ env.DEVTOOLS_PATH }} | |||
${{ env.BLINK_TOOLS_PATH }} | |||
${{ github.workspace }}/lighthouse/.tmp/chromium-web-tests/content-shells | |||
key: ${{ runner.os }}-${{ hashFiles('lighthouse/.github/workflows/devtools.yml', 'lighthouse/lighthouse-core/test/chromium-web-tests/*', 'lighthouse/clients/devtools-entry.js', 'lighthouse/clients/devtools-report-assets.js', 'lighthouse/build/build-bundle.js', 'lighthouse/build/build-dt-report-resources.js') }} | |||
key: ${{ runner.os }}-${{ hashFiles('third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/*.js', 'lighthouse/.github/workflows/devtools.yml', 'lighthouse/lighthouse-core/test/chromium-web-tests/*', 'lighthouse/clients/devtools-entry.js', 'lighthouse/clients/devtools-report-assets.js', 'lighthouse/build/build-bundle.js', 'lighthouse/build/build-dt-report-resources.js') }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assumed the test files were already apart of this hash. This should fix CI.
Changed here: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2555060
I'd expect that change to fail this test https://source.chromium.org/chromium/chromium/src/+/master:third_party/devtools-frontend/src/test/webtests/http/tests/devtools/lighthouse/lighthouse-view-trace-run.js;l=36;drc=b736005f57eccddf8dd024872552f1bfb0264682 but it didn't. @TimvdLippe I assumed
test/webtests
run in CQ, is that true?