update channels.spec
This commit is contained in:
parent
7770472fc4
commit
74a082b6eb
|
|
@ -46,6 +46,7 @@ it('should scope context handles', async ({ browserType, server, expectScopeStat
|
|||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [
|
||||
{ _guid: 'browser', objects: [] }
|
||||
] },
|
||||
|
|
@ -69,6 +70,7 @@ it('should scope context handles', async ({ browserType, server, expectScopeStat
|
|||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [
|
||||
{ _guid: 'browser', objects: [
|
||||
{ _guid: 'browser-context', objects: [
|
||||
|
|
@ -106,6 +108,7 @@ it('should scope CDPSession handles', async ({ browserType, browserName, expectS
|
|||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [
|
||||
{ _guid: 'browser', objects: [] }
|
||||
] },
|
||||
|
|
@ -125,6 +128,7 @@ it('should scope CDPSession handles', async ({ browserType, browserName, expectS
|
|||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [
|
||||
{ _guid: 'browser', objects: [
|
||||
{ _guid: 'cdp-session', objects: [] },
|
||||
|
|
@ -152,6 +156,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: [] },
|
||||
|
|
@ -169,6 +174,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: 'browser-type', objects: [
|
||||
{
|
||||
_guid: 'browser', objects: [
|
||||
|
|
@ -206,6 +212,7 @@ it('should not generate dispatchers for subresources w/o listeners', async ({ pa
|
|||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [] },
|
||||
{ _guid: 'browser-type', objects: [
|
||||
{
|
||||
_guid: 'browser', objects: [
|
||||
|
|
@ -289,6 +296,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