Skip to content

add RSpec: WaitTask #14

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

Merged
merged 1 commit into from
Aug 6, 2020
Merged

add RSpec: WaitTask #14

merged 1 commit into from
Aug 6, 2020

Conversation

YusukeIwaki
Copy link
Owner

@YusukeIwaki YusukeIwaki force-pushed the waittask_spec branch 2 times, most recently from 553b022 to a5bb869 Compare August 6, 2020 18:56
@YusukeIwaki YusukeIwaki marked this pull request as ready for review August 6, 2020 18:56
Timeout.timeout(1) do # assert not timeout.
await_all(
page.async_wait_for_function('() => window.innerWidth < 100'),
future { page.viewport = Puppeteer::Viewport.new(width: 10, height: 10) }
Copy link

Choose a reason for hiding this comment

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

[rubocop] reported by reviewdog 🐶
Style/TrailingCommaInArguments: Put a comma after the last parameter of a multiline method call.

@YusukeIwaki YusukeIwaki merged commit 7984cea into master Aug 6, 2020
@YusukeIwaki YusukeIwaki deleted the waittask_spec branch August 6, 2020 19:00
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.

1 participant