Skip to content

Commit

Permalink
fixed snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishant-Nagururu authored and imolorhe committed Jan 27, 2024
1 parent ab48e97 commit e33bec3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@ exports[`ActionBarComponent should render correctly 1`] = `
class="action-bar"
>
<button
class="app-button"
class="app-button prettify-button"
>
</button>
<button
class="app-button"
class="app-button clear-editor-button"
>
</button>
<button
class="app-button"
class="app-button set-headers-button"
>
</button>
<button
class="app-button"
class="app-button set-variables-button"
>
</button>
<button
class="app-button"
class="app-button set-subscription-url-button"
>
</button>
<div
class="actions-right right"
>
<button
class="app-button"
class="app-button reload-docs-button"
>
</button>
<button
class="app-button"
class="app-button show-docs-button"
>
</button>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { expect } from '@jest/globals';
import { jest } from '@jest/globals';
import { ActionBarComponent } from './action-bar.component';
import { NgxTestWrapper } from '../../../../../testing/wrapper';
import { mount } from '../../../../../testing/utils';
Expand Down

0 comments on commit e33bec3

Please sign in to comment.