Skip to content

Commit

Permalink
update tests for new build
Browse files Browse the repository at this point in the history
  • Loading branch information
cleaver committed Feb 17, 2021
1 parent 3afa013 commit 0dcee4d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions sitediff/sitediff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,22 @@ before:
after:
url: http://localhost:9000
settings: {}

dom_transform:
- title: Ignore head
type: remove
selector: 'html head'

- title: Ignore footer scripts
type: remove
selector: body > script

- title: Remove class 2022/02/17 changes part 1
type: remove_class
selector: header, footer
class: flex-none

- title: Remove class 2022/02/17 changes part 2
type: remove_class
selector: main
class: flex-grow

0 comments on commit 0dcee4d

Please sign in to comment.