Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: tygao <tygao@amazon.com>
  • Loading branch information
raintygao committed Feb 26, 2024
1 parent e9d3199 commit 09616f8
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/public/chrome/ui/header/header.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import { httpServiceMock } from '../../../http/http_service.mock';
import { applicationServiceMock, chromeServiceMock } from '../../../mocks';
import { Header } from './header';
import { StubBrowserStorage } from 'test_utils/stub_browser_storage';
import { ISidecarConfig, SIDECAR_DOCKED_MODE } from 'src/core/public/overlays';
import { ISidecarConfig, SIDECAR_DOCKED_MODE } from '../../../overlays';

jest.mock('@elastic/eui/lib/services/accessibility/html_id_generator', () => ({
htmlIdGenerator: () => () => 'mockId',
Expand Down
3 changes: 3 additions & 0 deletions src/core/public/rendering/app_containers.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ describe('AppWrapper', () => {
<div
class="app-wrapper"
id="app-wrapper"
style="padding-right: 640px;"
>
app-content
</div>
Expand All @@ -64,6 +65,7 @@ describe('AppWrapper', () => {
<div
class="app-wrapper hidden-chrome"
id="app-wrapper"
style="padding-right: 640px;"
>
app-content
</div>
Expand All @@ -75,6 +77,7 @@ describe('AppWrapper', () => {
<div
class="app-wrapper"
id="app-wrapper"
style="padding-right: 640px;"
>
app-content
</div>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 09616f8

Please sign in to comment.