Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Mm 29656 #7820

Merged
merged 8 commits into from
Apr 14, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated snapshots with additional props
  • Loading branch information
michelengelen committed Apr 6, 2021
commit 6367cef46782e79b69cd9d72843c481d432d838c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ exports[`ProductNoticesModal Match snapshot for single notice 1`] = `
Download
</span>
}
enforceFocus={true}
handleConfirm={[Function]}
id="genericModal"
modalHeaderText={
Expand Down Expand Up @@ -59,6 +60,7 @@ exports[`ProductNoticesModal Match snapshot for user notice 1`] = `
id="generic.done"
/>
}
enforceFocus={true}
handleCancel={[Function]}
handleConfirm={[Function]}
id="genericModal"
Expand All @@ -81,6 +83,7 @@ exports[`ProductNoticesModal Match snapshot for user notice 1`] = `
className="GenericModal__button actionButton"
href="http:https://download.com/path"
id="actionButton"
onClick={[Function]}
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -129,6 +132,7 @@ exports[`ProductNoticesModal Should match snapshot for system admin notice 1`] =
/>
</React.Fragment>
}
enforceFocus={true}
handleConfirm={[Function]}
id="genericModal"
modalHeaderText={
Expand All @@ -150,6 +154,7 @@ exports[`ProductNoticesModal Should match snapshot for system admin notice 1`] =
className="GenericModal__button actionButton"
href="http:https://download.com/path"
id="actionButton"
onClick={[Function]}
rel="noopener noreferrer"
target="_blank"
>
Expand Down