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

Function appendBanner

third_party/js/qunit/qunit.js:6918–6923  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6916 }
6917 }
6918 function appendBanner() {
6919 var banner = id('qunit-banner');
6920 if (banner) {
6921 banner.className = '';
6922 }
6923 }
6924 function appendTestResults() {
6925 var tests = id('qunit-tests');
6926 var result = id('qunit-testresult');

Callers 1

appendInterfaceFunction · 0.85

Calls 1

idFunction · 0.70

Tested by

no test coverage detected