From e24346c75d6b0dd1fd45b26f6123b24ba4331aea Mon Sep 17 00:00:00 2001 From: Raphael Ferrand Date: Thu, 20 Jun 2024 20:33:35 +0200 Subject: [PATCH] SWED-2505 jest snap --- .../Dropdown/__snapshots__/index.test.js.snap | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/App/ComponentsDocumentation/components/Dropdown/__snapshots__/index.test.js.snap b/src/App/ComponentsDocumentation/components/Dropdown/__snapshots__/index.test.js.snap index fe0544d7d3..2c1468e368 100644 --- a/src/App/ComponentsDocumentation/components/Dropdown/__snapshots__/index.test.js.snap +++ b/src/App/ComponentsDocumentation/components/Dropdown/__snapshots__/index.test.js.snap @@ -312,6 +312,16 @@ exports[`Documentation: Dropdown DeveloperDocumentation renders 1`] = ` to initialize all dropdowns. This will open and close the dropdowns automatically.

+

+ To initialize a given dropdown, use + + + dg.dropdown.init({id}) + + . +

Accessibility considerations