Skip to content

Commit

Permalink
Different selector for test, refs #158
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Sep 27, 2024
1 parent dfe72b0 commit 2b6bd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ shot-scraper multi empty.yml
- output: selectors-all-from-multi.png
url: https://simonwillison.net/
selectors_all:
- #secondary li:nth-child(-n+5)
- .entry:nth-of-type(1)
- "#secondary li:nth-child(-n+5)"
- "#secondary li:nth-child(8)"
padding: 20
# js_selector
- output: js-selector-from-multi.png
Expand Down

0 comments on commit 2b6bd70

Please sign in to comment.