PluginListPage.test.tsx.snap 610 B

1234567891011121314151617181920212223242526272829
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Render should render component 1`] = `
  3. <div>
  4. <PageHeader
  5. model={Object {}}
  6. />
  7. <div
  8. className="page-container page-body"
  9. >
  10. <OrgActionBar
  11. layoutMode="grid"
  12. linkButton={
  13. Object {
  14. "href": "https://grafana.com/plugins?utm_source=grafana_plugin_list",
  15. "title": "Find more plugins on Grafana.com",
  16. }
  17. }
  18. onSetLayoutMode={[Function]}
  19. searchQuery=""
  20. setSearchQuery={[Function]}
  21. />
  22. <PluginList
  23. layoutMode="grid"
  24. plugins={Array []}
  25. />
  26. </div>
  27. </div>
  28. `;