fix artifact not updating with versioning
[sdc/sdc-workflow-designer.git] / workflow-designer-ui / src / main / frontend / src / features / version / versionController / __tests__ / __snapshots__ / VersionControllerView_snapshot-test.js.snap
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Version Controller View Snapshot renders correctly 1`] = `
4 <div
5   className="version-section-wrapper"
6 >
7   <div
8     className="version-status-container"
9   >
10     version
11     <select
12       className="version-selector"
13       data-test-id="vc-versions-select-box"
14       onChange={[Function]}
15       value="7b5f6b086613470985082df2c0f6c713"
16     >
17       <option
18         data-test-id="vc-version-option"
19         value="7b5f6b086613470985082df2c0f6c713"
20       >
21         1.0 DRAFT
22       </option>
23       <option
24         data-test-id="vc-version-option"
25         value="7b5f6b086613470985082df2c0f6c666"
26       >
27         2.0 Draft
28       </option>
29     </select>
30     <span
31       className="version-selector-more-versions"
32       data-test-id="vc-versions-page-link"
33       onClick={undefined}
34     >
35       viewOverview
36     </span>
37   </div>
38 </div>
39 `;