Skip to content

Conversation

@adamraine
Copy link
Contributor

Ever since #14492 our devtools e2e tests have been using the incorrect build folder. So we build DT with our changes but then test whatever DT ships in chrome.

@adamraine adamraine requested a review from a team as a code owner December 14, 2022 03:17
@adamraine adamraine requested review from brendankenny and removed request for a team December 14, 2022 03:17

const {auditResults, erroredAudits, failedAudits} = getAuditsBreakdown(lhr);
assert.strictEqual(auditResults.length, 47);
assert.strictEqual(auditResults.length, 46);
Copy link
Contributor Author

@adamraine adamraine Dec 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#13756 removed timespan support for server-response-time


const {auditResults, erroredAudits, failedAudits} = getAuditsBreakdown(lhr);
assert.strictEqual(auditResults.length, 73);
assert.strictEqual(auditResults.length, 72);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@connorjclark connorjclark merged commit 1738b1a into main Dec 14, 2022
@connorjclark connorjclark deleted the fix-test-devtools-e2e branch December 14, 2022 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants