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

fix test #88

Merged
merged 2 commits into from
Apr 27, 2022
Merged

fix test #88

merged 2 commits into from
Apr 27, 2022

Conversation

horyu
Copy link
Contributor

@horyu horyu commented Apr 27, 2022

No description provided.

@@ -7,7 +7,7 @@
describe('Test', () => {
beforeAll(async () => {
await page.goto('http://localhost:10080/index.html');
await page.waitFor(() => !!window.currentScene);
await page.waitForFunction(() => !!window.currentScene);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

waitFor is deprecated and will be removed in a future release. See puppeteer/puppeteer#6214 for details and how to migrate your code

@il-m-yamagishi il-m-yamagishi merged commit 11ad208 into virtual-cast:master Apr 27, 2022
@horyu horyu deleted the fix-test branch April 27, 2022 02:35
@il-m-yamagishi
Copy link
Contributor

🎉 This PR is included in version 4.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

None yet

2 participants