diff options
tests - integration - get flat and mascara tests closer to compatible
Diffstat (limited to 'ui-dev.js')
-rw-r--r-- | ui-dev.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,7 +61,7 @@ const actions = { var css = MetaMaskUiCss() injectCss(css) -const container = document.querySelector('#app-content') +const container = document.querySelector('#test-container') // parse opts var store = configureStore(states[selectedView]) @@ -72,7 +72,7 @@ render( h(Selector, { actions, selectedKey: selectedView, states, store }), - h('.mock-app-root', { + h('#app-content', { style: { height: '500px', width: '360px', |