Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
Updated snapshots after div focus changes.
  • Loading branch information
edloidas committed Oct 19, 2018
1 parent 812c2fe commit 6abd862
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 36 deletions.
5 changes: 1 addition & 4 deletions test/ui/__snapshots__/Menu.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ exports[`<Menu /> Should renders 1`] = `
}
}
>
<div
role="button"
tabIndex={0}
>
<div>
<MainMenu
menuItems={
Array [
Expand Down
35 changes: 7 additions & 28 deletions test/ui/__snapshots__/Settings.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,7 @@ exports[`<Settings /> Should apply settings 1`] = `
}
hasUnsavedChanges={true}
>
<div
role="button"
tabIndex={0}
>
<div>
<SettingsMenu
activeKey="graphics"
handleApplySettings={[Function]}
Expand Down Expand Up @@ -459,10 +456,7 @@ exports[`<Settings /> Should apply settings 2`] = `
}
hasUnsavedChanges={false}
>
<div
role="button"
tabIndex={0}
>
<div>
<SettingsMenu
activeKey="graphics"
handleApplySettings={[Function]}
Expand Down Expand Up @@ -788,10 +782,7 @@ exports[`<Settings /> Should renders 1`] = `
}
hasUnsavedChanges={false}
>
<div
role="button"
tabIndex={0}
>
<div>
<SettingsMenu
activeKey="graphics"
handleApplySettings={[Function]}
Expand Down Expand Up @@ -1117,10 +1108,7 @@ exports[`<Settings /> Should reset settings 1`] = `
}
hasUnsavedChanges={true}
>
<div
role="button"
tabIndex={0}
>
<div>
<SettingsMenu
activeKey="graphics"
handleApplySettings={[Function]}
Expand Down Expand Up @@ -1497,10 +1485,7 @@ exports[`<Settings /> Should reset settings 2`] = `
}
hasUnsavedChanges={false}
>
<div
role="button"
tabIndex={0}
>
<div>
<SettingsMenu
activeKey="graphics"
handleApplySettings={[Function]}
Expand Down Expand Up @@ -1826,10 +1811,7 @@ exports[`<Settings /> Should switch group 1`] = `
}
hasUnsavedChanges={false}
>
<div
role="button"
tabIndex={0}
>
<div>
<SettingsMenu
activeKey="sound"
handleApplySettings={[Function]}
Expand Down Expand Up @@ -2155,10 +2137,7 @@ exports[`<Settings /> Should update settings and switch to "changed" state 1`] =
}
hasUnsavedChanges={true}
>
<div
role="button"
tabIndex={0}
>
<div>
<SettingsMenu
activeKey="graphics"
handleApplySettings={[Function]}
Expand Down
4 changes: 0 additions & 4 deletions test/ui/__snapshots__/Start.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ exports[`<Start /> Should renders 1`] = `
<div
onClick={[Function]}
onKeyPress={[Function]}
role="button"
tabIndex={0}
>
<LogoScreen
duration={500}
Expand Down Expand Up @@ -323,8 +321,6 @@ exports[`<Start /> Should switch to Await loader 1`] = `
<div
onClick={[Function]}
onKeyPress={[Function]}
role="button"
tabIndex={0}
>
<LogoScreen
duration={500}
Expand Down

0 comments on commit 6abd862

Please sign in to comment.