Skip to content

Commit

Permalink
Update lighthouse-core/test/runner-test.js
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Hulce <patrick.hulce@gmail.com>
  • Loading branch information
paulirish and patrickhulce committed Nov 16, 2020
1 parent 1a119f8 commit 3c2fe30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/test/runner-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ describe('Runner', () => {

// And it bubbled up to the runtimeError.
expect(lhr.runtimeError.code).toEqual(NO_FCP.code);
expect(lhr.runtimeError.message).toBeDisplayString(/The page did not paint any content.*\(NO_FCP\)/);
expect(lhr.runtimeError.message).toBeDisplayString(/did not paint any content.*\(NO_FCP\)/);
});

it('includes a pageLoadError runtimeError over any gatherer runtimeErrors', async () => {
Expand Down

0 comments on commit 3c2fe30

Please sign in to comment.