Skip to content

Commit

Permalink
Fix overlayu in complianz-optout (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
muodov authored May 28, 2024
1 parent fc2de51 commit 0a61b03
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion rules/autoconsent/complianz-opt-out.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,18 @@
],
"else": [
{
"hide": "[aria-describedby=\"cookieconsent:desc\"]"
"if": { "exists": ".cmp-pref-link" },
"then": [
{
"click": ".cmp-pref-link"
},
{
"waitForThenClick": ".cmp-body [id*=rejectAll]"
},
{
"waitForThenClick": ".cmp-body .cmp-save-btn"
}
]
}
]
}
Expand Down

0 comments on commit 0a61b03

Please sign in to comment.