Welcome to mirror list, hosted at ThFree Co, Russian Federation.

form_footer_actions_spec.js.snap « __snapshots__ « form « components « vue_shared « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2189d6ac3ccda488e1af5262ddeb3cad671f21af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Form Footer Actions renders content properly 1`] = `
<footer
  class="form-actions d-flex justify-content-between"
>
  <div>
    Bar
  </div>
   
  <div>
    Foo
  </div>
   
  <div>
    Abrakadabra
  </div>
</footer>
`;