Update channel.spec
This commit is contained in:
parent
294a05eafe
commit
bae097adf4
|
|
@ -45,6 +45,7 @@ it('should scope context handles', async ({ browserType, server, expectScopeStat
|
|||
{ _guid: 'android', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [
|
||||
{ _guid: 'browser', objects: [] }
|
||||
] },
|
||||
|
|
@ -67,6 +68,7 @@ it('should scope context handles', async ({ browserType, server, expectScopeStat
|
|||
{ _guid: 'android', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [
|
||||
{ _guid: 'browser', objects: [
|
||||
{ _guid: 'browser-context', objects: [
|
||||
|
|
@ -103,6 +105,7 @@ it('should scope CDPSession handles', async ({ browserType, browserName, expectS
|
|||
{ _guid: 'android', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [
|
||||
{ _guid: 'browser', objects: [] }
|
||||
] },
|
||||
|
|
@ -121,6 +124,7 @@ it('should scope CDPSession handles', async ({ browserType, browserName, expectS
|
|||
{ _guid: 'android', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [
|
||||
{ _guid: 'browser', objects: [
|
||||
{ _guid: 'cdp-session', objects: [] },
|
||||
|
|
@ -147,6 +151,7 @@ it('should scope browser handles', async ({ browserType, expectScopeState }) =>
|
|||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'electron', objects: [] },
|
||||
{ _guid: 'localUtils', objects: [] },
|
||||
{ _guid: 'Playwright', objects: [] },
|
||||
|
|
@ -163,6 +168,7 @@ it('should scope browser handles', async ({ browserType, expectScopeState }) =>
|
|||
{ _guid: 'android', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [
|
||||
{
|
||||
_guid: 'browser', objects: [
|
||||
|
|
@ -199,6 +205,7 @@ it('should not generate dispatchers for subresources w/o listeners', async ({ pa
|
|||
{ _guid: 'android', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [
|
||||
{
|
||||
_guid: 'browser', objects: [
|
||||
|
|
@ -278,6 +285,10 @@ it('exposeFunction should not leak', async ({ page, expectScopeState, server })
|
|||
'_guid': 'browser-type',
|
||||
'objects': [],
|
||||
},
|
||||
{
|
||||
'_guid': 'browser-type',
|
||||
'objects': [],
|
||||
},
|
||||
{
|
||||
'_guid': 'browser-type',
|
||||
'objects': [
|
||||
|
|
|
|||
Loading…
Reference in a new issue