Skip to content

Conversation

@adamraine
Copy link
Contributor

Follow up to #13865

I never copied some of the index tests for the new FR runner. This would have caught a few differences between the legacy runner and FR runner including #13863.

This PR brings back those tests for the FR runner.

@adamraine adamraine requested a review from a team as a code owner April 18, 2022 18:05
@adamraine adamraine requested review from connorjclark and removed request for a team April 18, 2022 18:05
Base automatically changed from fix-audit-mode to master April 19, 2022 19:00
@adamraine
Copy link
Contributor Author

@connorjclark friendly ping

const artifacts = await Runner.gather(
async () => {
let {page} = options;
const normalizedRequestor = isCallback ? requestor : URL.normalizeUrl(requestor);
Copy link
Collaborator

Choose a reason for hiding this comment

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

hmm, is this change necessary? it isn't even used until far down.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, at least to match the legacy behavior. If the url is invalid, we should throw before attempting to connect to the page.

@adamraine adamraine merged commit 3f8d598 into master Jun 13, 2022
@adamraine adamraine deleted the index-test-parity branch June 13, 2022 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants