MCPcopy
hub / github.com/SeleniumHQ/selenium / abortTestsButton

Function abortTestsButton

third_party/js/qunit/qunit.js:6667–6673  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6665 return urlConfigContainer;
6666 }
6667 function abortTestsButton() {
6668 var button = document.createElement('button');
6669 button.id = 'qunit-abort-tests-button';
6670 button.innerHTML = 'Abort';
6671 addEvent(button, 'click', abortTests);
6672 return button;
6673 }
6674 function toolbarLooseFilter() {
6675 var filter = document.createElement('form');
6676 var label = document.createElement('label');

Callers 1

appendTestResultsFunction · 0.85

Calls 1

addEventFunction · 0.85

Tested by

no test coverage detected