mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 17:37:24 -05:00
Merge pull request #2567 from amy-chinlai/master
Update M000133.yaml - remove stylesheet to debug
This commit is contained in:
@@ -4,6 +4,8 @@ contact_form:
|
||||
action: "https://www.markey.senate.gov/contact/share-your-opinion"
|
||||
steps:
|
||||
- visit: "https://www.markey.senate.gov/contact/share-your-opinion"
|
||||
- javascript:
|
||||
- value: Array.prototype.forEach.call(document.querySelectorAll('style,[rel=\"stylesheet\"],[type=\"text/css\"]'), function(element){ try{ element.parentNode.removeChild(element) } catch(err){} });
|
||||
- select:
|
||||
- name: topic
|
||||
selector: "#message-topic"
|
||||
|
||||
Reference in New Issue
Block a user