This file contains 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
foobar |
This file contains 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
javascript:(function(){$("#files_bucket").find("[data-path^=Godep], [data-path$=test\\.go]").parent().remove()})(); |
This file contains 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
javascript:(function(){$("#files_bucket").find("[data-path^=Godep]").parent().remove()})(); |
This file contains 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
// --- from protractor conf.js | |
onPrepare: function() { | |
beforeEach(function() { | |
// things to do before every run | |
this.addMatchers({ | |
customMatcher: function() { | |
// custom matcher codez | |
} |