Running Copilot coding agent #2
Annotations
10 errors
|
[chromium] test/lazy-define.ts > lazyDefine > visible strategy > calls define for a lazy component:
test/lazy-define.ts#L111
AssertionError: expected spy to have been called exactly '0 times', but it was called once
spy(undefined) at unknown
❯ test/lazy-define.ts:111:29
|
|
[chromium] test/lazy-define.ts > lazyDefine > firstInteraction strategy > calls define for a lazy component:
test/lazy-define.ts#L94
AssertionError: expected spy to have been called exactly '0 times', but it was called once
spy(undefined) at unknown
❯ test/lazy-define.ts:94:29
|
|
[chromium] test/lazy-define.ts > lazyDefine > ready strategy > takes an object as well:
test/lazy-define.ts#L67
AssertionError: expected spy to have been called exactly 'once', but it was called 0 times
❯ test/lazy-define.ts:67:32
|
|
[chromium] test/lazy-define.ts > lazyDefine > ready strategy > doesn't call the same callback twice:
test/lazy-define.ts#L46
AssertionError: expected spy to have been called exactly 'twice', but it was called once
spy(undefined) at unknown
❯ test/lazy-define.ts:46:29
|
|
[chromium] test/bind.ts > Actionable > does not bind elements whose closest selector is not this controller:
test/bind.ts#L50
TypeError: Cannot read properties of null (reading 'click')
❯ test/bind.ts:50:63
|
|
[chromium] test/lazy-define.ts > lazyDefine > visible strategy > calls define for a lazy component:
test/lazy-define.ts#L111
AssertionError: expected spy to have been called exactly '0 times', but it was called once
spy(undefined) at unknown
❯ test/lazy-define.ts:111:29
|
|
[chromium] test/lazy-define.ts > lazyDefine > firstInteraction strategy > calls define for a lazy component:
test/lazy-define.ts#L94
AssertionError: expected spy to have been called exactly '0 times', but it was called once
spy(undefined) at unknown
❯ test/lazy-define.ts:94:29
|
|
[chromium] test/lazy-define.ts > lazyDefine > ready strategy > takes an object as well:
test/lazy-define.ts#L67
AssertionError: expected spy to have been called exactly 'once', but it was called 0 times
❯ test/lazy-define.ts:67:32
|
|
[chromium] test/lazy-define.ts > lazyDefine > ready strategy > doesn't call the same callback twice:
test/lazy-define.ts#L46
AssertionError: expected spy to have been called exactly 'twice', but it was called once
spy(undefined) at unknown
❯ test/lazy-define.ts:46:29
|
|
[chromium] test/bind.ts > Actionable > does not bind elements whose closest selector is not this controller:
test/bind.ts#L50
TypeError: Cannot read properties of null (reading 'click')
❯ test/bind.ts:50:63
|