Skip to content

Commit

Permalink
chore: fix typo in connection.spec.js (#7326)
Browse files Browse the repository at this point in the history
recieved -> received
  • Loading branch information
eltociear committed Jun 14, 2021
1 parent c07e6d4 commit f984beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-browser/connection.spec.js
Expand Up @@ -28,7 +28,7 @@ describe('creating a Connection', () => {
const result = await connection.send('Browser.getVersion');
/* We can't expect exact results as the version of Chrome/CDP might change
* and we don't want flakey tests, so let's assert the structure, which is
* enough to confirm the result was recieved successfully.
* enough to confirm the result was received successfully.
*/
expect(result).toEqual({
protocolVersion: expect.any(String),
Expand Down

0 comments on commit f984beb

Please sign in to comment.