Created
September 26, 2016 10:04
-
-
Save dhoko/0dbcb037e864580dd4f9427ed7f0b59e to your computer and use it in GitHub Desktop.
Remove :merged github
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Array | |
.from($$('.state-merged')) | |
.map(node => node.parentElement.parentElement.querySelector('button')) | |
.forEach(node => node.click()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment