Skip to content

Commit

Permalink
test: roll test runner 0.9.17 (#4035)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelfeldman authored Oct 1, 2020
1 parent 318ab28 commit 81c1dae
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 28 deletions.
50 changes: 25 additions & 25 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 @@ -51,7 +51,7 @@
},
"devDependencies": {
"@playwright/test": "^0.9.7",
"@playwright/test-runner": "^0.9.16",
"@playwright/test-runner": "^0.9.17",
"@types/debug": "^4.1.5",
"@types/extract-zip": "^1.6.2",
"@types/mime": "^2.0.3",
Expand Down
8 changes: 6 additions & 2 deletions test/channels.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ it('should work', async ({browser}) => {
expect(!!browser['_connection']).toBeTruthy();
});

it('should scope context handles', async ({browserType, browser, server}) => {
it('should scope context handles', async ({browser, server}) => {
const GOLDEN_PRECONDITION = {
_guid: '',
objects: [
Expand Down Expand Up @@ -129,7 +129,10 @@ it('should scope browser handles', async ({browserType, defaultBrowserOptions})
objects: [
{ _guid: 'BrowserType', objects: [] },
{ _guid: 'BrowserType', objects: [] },
{ _guid: 'BrowserType', objects: [] },
{ _guid: 'BrowserType', objects: [
{ _guid: 'Browser', objects: [] },
]
},
{ _guid: 'Playwright', objects: [] },
{ _guid: 'Selectors', objects: [] },
{ _guid: 'Electron', objects: [] },
Expand All @@ -143,6 +146,7 @@ it('should scope browser handles', async ({browserType, defaultBrowserOptions})
_guid: '',
objects: [
{ _guid: 'BrowserType', objects: [
{ _guid: 'Browser', objects: [] },
{
_guid: 'Browser', objects: [
{ _guid: 'BrowserContext', objects: [] }
Expand Down

0 comments on commit 81c1dae

Please sign in to comment.