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

Workaround for https://github.com/GoogleChrome/puppeteer/issues/1183 #1007

Merged
merged 3 commits into from Mar 30, 2018

Conversation

gavoja
Copy link
Contributor

@gavoja gavoja commented Mar 29, 2018

No description provided.

// Workaround for https://github.com/GoogleChrome/puppeteer/issues/1183
await this.browser._connection.send('Browser.setWindowBounds', {
bounds: {height, width},
windowId: 1 // Use the first window.

Choose a reason for hiding this comment

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

Missing trailing comma comma-dangle


// Workaround for https://github.com/GoogleChrome/puppeteer/issues/1183
await this.browser._connection.send('Browser.setWindowBounds', {
bounds: {height, width},

Choose a reason for hiding this comment

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

A space is required after '{' object-curly-spacing
A space is required before '}' object-curly-spacing

// Workaround for https://github.com/GoogleChrome/puppeteer/issues/1183
await this.browser._connection.send('Browser.setWindowBounds', {
bounds: { height, width },
windowId: 1 // Use the first window.

Choose a reason for hiding this comment

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

Missing trailing comma comma-dangle

@DavertMik DavertMik merged commit a58d0c5 into codeceptjs:master Mar 30, 2018
@DavertMik
Copy link
Contributor

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

3 participants