summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/layout/top-nav/__snapshots__/top-nav.comonent.spec.ts.snap
blob: c650a9ca5662d294a47bbc009660b9b88b60046e (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`artifact form component should match current snapshot of top-nav component 1`] = `
<top-nav
  $state={[Function Object]}
  _getTopLvlSelectedIndexByState={[Function Function]}
  authService={[Function Object]}
  sdcConfig={[Function Object]}
  searchTermChange={[Function EventEmitter]}
  translateService={[Function Object]}
>
  <nav
    class="top-nav"
  >
    <div
      class="asdc-app-title-wrapper"
    >
      <a
        class="asdc-app-title"
      >
        
      </a>
      <div
        class="asdc-version"
      >
         v.
      </div>
    </div>
    
    
    <div
      class="top-search"
    >
      <input
        class="search-text"
        data-tests-id="main-menu-input-search"
        placeholder="Search"
        type="text"
      />
      <span
        class="w-sdc-search-icon magnification"
      />
    </div>
    
  </nav>
</top-nav>
`;