Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update puppeteer to v22+ for the tests #71

Open
fregante opened this issue Jun 11, 2024 · 0 comments
Open

Update puppeteer to v22+ for the tests #71

fregante opened this issue Jun 11, 2024 · 0 comments

Comments

@fregante
Copy link
Owner

Seeing this consistently in #70

● 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)

Related:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant