From a1a47e0d0fd5d807efde128ca93a4673ec554dfa Mon Sep 17 00:00:00 2001 From: Aleksandr Gumroian Date: Wed, 18 Jan 2023 14:07:41 +0100 Subject: [PATCH] Update Snapshots --- .../__snapshots__/Button.test.js.snap | 21 +++++++++------- .../__snapshots__/WiFiSettings.test.js.snap | 20 +++++++++------- .../__snapshots__/RebootButton.test.js.snap | 24 ++++++++++++------- .../__snapshots__/SubmitButton.test.js.snap | 24 +++++++++++-------- 4 files changed, 55 insertions(+), 34 deletions(-) diff --git a/src/bootstrap/__tests__/__snapshots__/Button.test.js.snap b/src/bootstrap/__tests__/__snapshots__/Button.test.js.snap index db9351b..4deeb21 100644 --- a/src/bootstrap/__tests__/__snapshots__/Button.test.js.snap +++ b/src/bootstrap/__tests__/__snapshots__/Button.test.js.snap @@ -2,33 +2,38 @@ exports[` `; exports[` `; exports[` `; diff --git a/src/common/WiFiSettings/__tests__/__snapshots__/WiFiSettings.test.js.snap b/src/common/WiFiSettings/__tests__/__snapshots__/WiFiSettings.test.js.snap index d66d559..2fb26c8 100644 --- a/src/common/WiFiSettings/__tests__/__snapshots__/WiFiSettings.test.js.snap +++ b/src/common/WiFiSettings/__tests__/__snapshots__/WiFiSettings.test.js.snap @@ -301,10 +301,12 @@ exports[` Snapshot both modules disabled. 1`] = ` class="text-right" > @@ -322,10 +324,12 @@ exports[` Snapshot both modules disabled. 1`] = ` class="text-right" > @@ -435,13 +439,13 @@ exports[` Snapshot guest network. 1`] = ` class=\\"text-right\\" > - " + + Save + " `; exports[` Snapshot one module enabled. 1`] = ` diff --git a/src/common/__tests__/__snapshots__/RebootButton.test.js.snap b/src/common/__tests__/__snapshots__/RebootButton.test.js.snap index 1a2ced3..8bddfea 100644 --- a/src/common/__tests__/__snapshots__/RebootButton.test.js.snap +++ b/src/common/__tests__/__snapshots__/RebootButton.test.js.snap @@ -46,16 +46,20 @@ exports[` Render modal. 1`] = ` class="modal-footer" > @@ -63,10 +67,12 @@ exports[` Render modal. 1`] = ` `; @@ -77,10 +83,12 @@ exports[` Render. 1`] = ` id="modal-container" /> `; diff --git a/src/form/__tests__/__snapshots__/SubmitButton.test.js.snap b/src/form/__tests__/__snapshots__/SubmitButton.test.js.snap index c9667b5..6385cf6 100644 --- a/src/form/__tests__/__snapshots__/SubmitButton.test.js.snap +++ b/src/form/__tests__/__snapshots__/SubmitButton.test.js.snap @@ -3,17 +3,18 @@ exports[` Render load 1`] = `
`; @@ -21,10 +22,12 @@ exports[` Render load 1`] = ` exports[` Render ready 1`] = `
`; @@ -32,17 +35,18 @@ exports[` Render ready 1`] = ` exports[` Render saving 1`] = `
`;