not show matomo

pull/4273/head
Liana Husikyan 11 months ago committed by yann300
parent a56acb0316
commit 26195a096d
  1. 4
      apps/remix-ide-e2e/src/helpers/init.ts
  2. 2
      apps/remix-ide/src/app.js

@ -11,10 +11,6 @@ export default function (browser: NightwatchBrowser, callback: VoidFunction, url
browser
.url(url || 'http://127.0.0.1:8080')
//.switchBrowserTab(0)
.waitForElementVisible('[data-id="EnterModalDialogModalBody-react"]')
.scrollInto('[data-id = "EnterModalDialogModalBody-react"]')
.waitForElementVisible('[data-id="beginnerbtn"]')
.click('[data-id="beginnerbtn"]')
.waitForElementVisible('[id="remixTourSkipbtn"]')
.click('[id="remixTourSkipbtn"]')

@ -130,7 +130,7 @@ class AppComponent {
'remix.ethereum.org': 23,
'6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod': 35 // remix desktop
}
this.showMatamo = true //matomoDomains[window.location.hostname] && !Registry.getInstance().get('config').api.exists('settings/matomo-analytics')
this.showMatamo = matomoDomains[window.location.hostname] && !Registry.getInstance().get('config').api.exists('settings/matomo-analytics')
this.showEnter = !localStorage.getItem('hadUsageTypeAsked')
this.walkthroughService = new WalkthroughService(appManager, !this.showMatamo || !this.showEnter)

Loading…
Cancel
Save