Skip to content

Commit

Permalink
Update tests and snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Aug 19, 2024
1 parent 442f525 commit 040bc3e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('PageHeader', () => {
subAction: 'test-sub-action',
count: 5,
descriptionControls: ['control-1'],
controlControls: ['control-2'],
appRightControls: ['control-2'],
fallBackComponent: <div>Fallback Component</div>,
};
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports[`Permission list page AccessError component should load access error co
setDataSource={[MockFunction]}
/>
<PageHeader
controlControls={
appRightControls={
Array [
Object {
"isLoading": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exports[`Role view basic rendering when permission tab is selected 1`] = `
setDataSource={[MockFunction]}
/>
<PageHeader
controlControls={
appRightControls={
Array [
Object {
"ariaLabel": "delete",
Expand Down Expand Up @@ -476,7 +476,7 @@ exports[`Role view renders when mapped user tab is selected 1`] = `
setDataSource={[MockFunction]}
/>
<PageHeader
controlControls={
appRightControls={
Array [
Object {
"ariaLabel": "delete",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ exports[`Get started (landing page) renders when backend configuration is disabl
setDataSource={[MockFunction]}
/>
<PageHeader
controlControls={
appRightControls={
Array [
Object {
"href": "#/",
Expand Down Expand Up @@ -334,7 +334,7 @@ exports[`Get started (landing page) renders when backend configuration is enable
setDataSource={[MockFunction]}
/>
<PageHeader
controlControls={
appRightControls={
Array [
Object {
"href": "#/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exports[`Role list AccessError component should load access error component 1`]
setDataSource={[MockFunction]}
/>
<PageHeader
controlControls={
appRightControls={
Array [
Object {
"fill": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exports[`User list AccessError component should load access error component 1`]
setDataSource={[MockFunction]}
/>
<PageHeader
controlControls={
appRightControls={
Array [
Object {
"fill": true,
Expand Down

0 comments on commit 040bc3e

Please sign in to comment.