Skip to content
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

tests(devtools): use correct build folder for e2e tests #14613

Merged
merged 1 commit into from Dec 14, 2022

Conversation

adamraine
Copy link
Member

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
@@ -84,7 +84,7 @@ describe('Timespan', async function() {
assert.strictEqual(devicePixelRatio, 1);

const {auditResults, erroredAudits, failedAudits} = getAuditsBreakdown(lhr);
assert.strictEqual(auditResults.length, 47);
assert.strictEqual(auditResults.length, 46);
Copy link
Member 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

@@ -77,7 +77,7 @@ describe('Snapshot', async function() {
});

const {auditResults, erroredAudits, failedAudits} = getAuditsBreakdown(lhr);
assert.strictEqual(auditResults.length, 73);
assert.strictEqual(auditResults.length, 72);
Copy link
Member 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.

None yet

2 participants