summaryrefslogtreecommitdiffstats
path: root/devtools/client/inspector/compatibility/test/node/components/__snapshots__/components-compatibility-UnsupportedBrowserItem.test.js.snap
blob: 38cc5f96bc77ebaac7edc7c21a8eb821553989f3 (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`UnsupportedBrowserItem component renders the browser 1`] = `
<Localized
  $browsers="Firefox 113 (current)
Firefox 114 (beta)
Firefox 115 (release)"
  attrs={
    Object {
      "title": true,
    }
  }
  id="compatibility-issue-browsers-list"
>
  <li
    className="compatibility-browser"
    data-browser-id="firefox"
  >
    <BrowserIcon
      id="firefox"
      name="Firefox"
    />
    <span
      className="compatibility-browser-version"
    >
      113
    </span>
  </li>
</Localized>
`;