mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
parent
c07e6d4fa9
commit
f984beb152
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user