test: lint
This commit is contained in:
parent
b85bd71918
commit
db81af1f2a
@ -4,7 +4,8 @@ import '@vegaprotocol/cypress';
|
|||||||
const app = window.top;
|
const app = window.top;
|
||||||
if (!app.document.head.querySelector('[data-hide-command-log-request]')) {
|
if (!app.document.head.querySelector('[data-hide-command-log-request]')) {
|
||||||
const style = app.document.createElement('style');
|
const style = app.document.createElement('style');
|
||||||
style.innerHTML = '.command-name-request, .command-name-xhr { display: none }';
|
style.innerHTML =
|
||||||
|
'.command-name-request, .command-name-xhr { display: none }';
|
||||||
style.setAttribute('data-hide-command-log-request', '');
|
style.setAttribute('data-hide-command-log-request', '');
|
||||||
app.document.head.appendChild(style);
|
app.document.head.appendChild(style);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user