mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-25 18:03:50 +00:00
[web] Update tests to ensure they won't be disturbed by static mode
This commit is contained in:
parent
f7b494ccf2
commit
c6385e81c8
@ -7,6 +7,7 @@ import { TFlow, TStore }from '../../ducks/tutils'
|
||||
import { MessageUtils } from "../../../flow/utils"
|
||||
import { Provider } from 'react-redux'
|
||||
|
||||
global.MITMWEB_STATIC = false
|
||||
|
||||
describe('FlowMenu Component', () => {
|
||||
let actions = {
|
||||
|
@ -4,6 +4,7 @@ import { Provider } from 'react-redux'
|
||||
import OptionMenu from '../../../components/Header/OptionMenu'
|
||||
import { TStore } from '../../ducks/tutils'
|
||||
|
||||
global.MITMWEB_STATIC = false
|
||||
|
||||
describe('OptionMenu Component', () => {
|
||||
it('should render correctly', () => {
|
||||
|
@ -105,6 +105,9 @@ exports[`OptionMenu Component should render correctly 1`] = `
|
||||
>
|
||||
<div
|
||||
className="menu-content"
|
||||
>
|
||||
<div
|
||||
className={undefined}
|
||||
>
|
||||
<div
|
||||
className="menu-entry"
|
||||
@ -122,6 +125,7 @@ exports[`OptionMenu Component should render correctly 1`] = `
|
||||
/>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
className="menu-entry"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user