Skip to content

Commit

Permalink
Update spec for scraping GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Feb 19, 2024
1 parent f989dbf commit 0b6bc6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/feature/example_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
visit '/YusukeIwaki/capybara-playwright-driver'

page.driver.with_playwright_page do |page|
page.query_selector('get-repo').click
page.locator('button', hasText: 'Code').click
download = page.expect_download do
page.click('text=Download ZIP')
end
Expand Down

0 comments on commit 0b6bc6a

Please sign in to comment.