Skip to content

Commit

Permalink
Merge remote-tracking branch 'rg/keblysh/feat/mobile-responsive' into…
Browse files Browse the repository at this point in the history
… keblysh/feat/mobile-responsive

# Conflicts:
#	src/containers/ReviewModal/__snapshots__/index.test.jsx.snap
  • Loading branch information
vladislavkeblysh committed Sep 4, 2024
2 parents 5e03baa + b422c87 commit d3f25d4
Showing 1 changed file with 3 additions and 68 deletions.
71 changes: 3 additions & 68 deletions src/containers/ReviewModal/__snapshots__/index.test.jsx.snap
Original file line number Diff line number Diff line change
@@ -1,72 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`ReviewModal component component snapshots closed 1`] = `
<FullscreenModal
beforeBodyNode={
<React.Fragment>
<ReviewActions />
<DemoWarning />
</React.Fragment>
}
className="review-modal"
isOpen={false}
modalBodyClassName="review-modal-body"
onClose={[MockFunction hooks.onClose]}
title="test-ora-name"
>
<CloseReviewConfirmModal
prop="hooks.closeConfirmModalProps"
/>
</FullscreenModal>
`;
exports[`ReviewModal component component snapshots closed 1`] = `undefined`;

exports[`ReviewModal component component snapshots loading 1`] = `
<FullscreenModal
beforeBodyNode={
<React.Fragment>
<ReviewActions />
<DemoWarning />
</React.Fragment>
}
className="review-modal"
isOpen={true}
modalBodyClassName="review-modal-body"
onClose={[MockFunction hooks.onClose]}
title="test-ora-name"
>
<ReviewContent />
<LoadingMessage
message={
{
"defaultMessage": "Loading response",
"description": "loading text for submission response review screen",
"id": "ora-grading.ReviewModal.loadingResponse",
}
}
/>
<CloseReviewConfirmModal
prop="hooks.closeConfirmModalProps"
/>
</FullscreenModal>
`;
exports[`ReviewModal component component snapshots loading 1`] = `undefined`;

exports[`ReviewModal component component snapshots success 1`] = `
<FullscreenModal
beforeBodyNode={
<React.Fragment>
<ReviewActions />
<DemoWarning />
</React.Fragment>
}
className="review-modal"
isOpen={true}
modalBodyClassName="review-modal-body"
onClose={[MockFunction hooks.onClose]}
title="test-ora-name"
>
<ReviewContent />
<CloseReviewConfirmModal
prop="hooks.closeConfirmModalProps"
/>
</FullscreenModal>
`;
exports[`ReviewModal component component snapshots success 1`] = `undefined`;

0 comments on commit d3f25d4

Please sign in to comment.