aboutsummaryrefslogtreecommitdiffstats
path: root/gui-clamp/ui-react/src/components/dialogs/Policy/__snapshots__/PolicyDeploymentEditor.test.js.snap
blob: 7bf297aa971380e36f7a6ac885701cc323eeda6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Verify PolicyDeploymentEditor renders correctly 1`] = `
<styled.div>
  <Alert
    closeLabel="Close alert"
    dismissible={true}
    onClose={[Function]}
    show={false}
    transition={
      Object {
        "$$typeof": Symbol(react.forward_ref),
        "defaultProps": Object {
          "appear": false,
          "in": false,
          "mountOnEnter": false,
          "timeout": 300,
          "unmountOnExit": false,
        },
        "render": [Function],
      }
    }
    variant="success"
  >
    <styled.div />
  </Alert>
  <Alert
    closeLabel="Close alert"
    dismissible={true}
    onClose={[Function]}
    show={false}
    transition={
      Object {
        "$$typeof": Symbol(react.forward_ref),
        "defaultProps": Object {
          "appear": false,
          "in": false,
          "mountOnEnter": false,
          "timeout": 300,
          "unmountOnExit": false,
        },
        "render": [Function],
      }
    }
    variant="danger"
  >
    <styled.div />
  </Alert>
  <Button
    active={false}
    disabled={false}
    onClick={[Function]}
    title="Update the policy to the specified PDP Groups/Subgroups"
    variant="secondary"
  >
    Update PDP
  </Button>
  <WithStyles(ForwardRef(FormGroup))>
    <WithStyles(ForwardRef(FormControlLabel))
      control={
        <WithStyles(ForwardRef(Checkbox))
          checked={true}
          name="monitoring/xacml"
          onChange={[Function]}
        />
      }
      label="monitoring/xacml"
    />
  </WithStyles(ForwardRef(FormGroup))>
</styled.div>
`;