diff --git a/apps/token-e2e/src/support/index.ts b/apps/token-e2e/src/support/index.ts index 396c60790..ac0235f29 100644 --- a/apps/token-e2e/src/support/index.ts +++ b/apps/token-e2e/src/support/index.ts @@ -4,7 +4,8 @@ import '@vegaprotocol/cypress'; const app = window.top; if (!app.document.head.querySelector('[data-hide-command-log-request]')) { 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', ''); app.document.head.appendChild(style); -} \ No newline at end of file +}