Skip to content

Commit

Permalink
fix spec for Linux+webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Dec 10, 2023
1 parent cc5905f commit d806481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/integration/page/screenshot_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def rafraf(page)
end

it 'should fire transitionend for finite transitions' do
pending if ENV['CI'] && webkit?
with_page do |page|
page.goto("#{server_prefix}/css-transition.html")
div = page.locator('div')
Expand Down

0 comments on commit d806481

Please sign in to comment.