Skip to content

Commit

Permalink
test: roll test-runner to 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman committed Sep 3, 2020
1 parent 175fc52 commit f6ae978
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"@playwright/test-runner": "^0.2.8",
"@playwright/test-runner": "^0.2.9",
"@types/babel__core": "^7.1.9",
"@types/debug": "^4.1.5",
"@types/extract-zip": "^1.6.2",
Expand Down
16 changes: 8 additions & 8 deletions test/channels.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ it('should scope browser handles', async ({browserType, defaultBrowserOptions})
const GOLDEN_PRECONDITION = {
_guid: '',
objects: [
{ _guid: 'BrowserType', objects: [
{ _guid: 'Browser', objects: [] }
] },
{ _guid: 'BrowserType', objects: [] },
{ _guid: 'BrowserType', objects: [] },
{ _guid: 'BrowserType', objects: [] },
{ _guid: 'Playwright', objects: [] },
Expand All @@ -127,11 +125,13 @@ it('should scope browser handles', async ({browserType, defaultBrowserOptions})
_guid: '',
objects: [
{ _guid: 'BrowserType', objects: [
{ _guid: 'Browser', objects: [
{ _guid: 'BrowserContext', objects: [] }
] },
{ _guid: 'Browser', objects: [] },
] },
{
_guid: 'Browser', objects: [
{ _guid: 'BrowserContext', objects: [] }
]
},
]
},
{ _guid: 'BrowserType', objects: [] },
{ _guid: 'BrowserType', objects: [] },
{ _guid: 'Playwright', objects: [] },
Expand Down

0 comments on commit f6ae978

Please sign in to comment.