You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
● static: iframe › should load the content script after a reload, once
Execution context was destroyed, most likely because of a navigation.
69 | it('should load the content script after a reload, once', async () => {
70 | await iframe.goto(iframe.url());
> 71 | await expect(iframe).toMatchElement('.web-ext');
| ^
72 | await expectToNotMatchElement(iframe, '.web-ext + .web-ext');
73 | });
74 | });
at Object.<anonymous> (test/browser.js:71:3)
● dynamic: iframe › should load the content script after a reload, once
Execution context was destroyed, most likely because of a navigation.
69 | it('should load the content script after a reload, once', async () => {
70 | await iframe.goto(iframe.url());
> 71 | await expect(iframe).toMatchElement('.web-ext');
| ^
72 | await expectToNotMatchElement(iframe, '.web-ext + .web-ext');
73 | });
74 | });
at Object.<anonymous> (test/browser.js:71:3)
Seeing this consistently in #70
Related:
The text was updated successfully, but these errors were encountered: