summaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/src/features/version/versionController/__tests__/__snapshots__/VersionControllerView_snapshot-test.js.snap
blob: ea135fce3bcca7e1f269e61edecd4a63ddc52a50 (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Version Controller View Snapshot renders correctly 1`] = `
<div
  className="version-section-wrapper"
>
  <div
    className="version-status-container"
  >
    version
    <select
      className="version-selector"
      data-test-id="vc-versions-select-box"
      onChange={[Function]}
      value="7b5f6b086613470985082df2c0f6c713"
    >
      <option
        data-test-id="vc-version-option"
        value="7b5f6b086613470985082df2c0f6c713"
      >
        1.0 DRAFT
      </option>
      <option
        data-test-id="vc-version-option"
        value="7b5f6b086613470985082df2c0f6c666"
      >
        2.0 Draft
      </option>
    </select>
    <span
      className="version-selector-more-versions"
      data-test-id="vc-versions-page-link"
      onClick={undefined}
    >
      viewOverview
    </span>
  </div>
</div>
`;