refactor: Update title in ImportStepperModal (#2658)
Updates the title of one card from "Import Details" to "Analysis Details"
This commit is contained in:
@@ -151,8 +151,8 @@ const messages = defineMessages({
|
||||
},
|
||||
importCourseDetailsTitle: {
|
||||
id: 'course-authoring.library-authoring.import-course.review-details.import-details.title',
|
||||
defaultMessage: 'Import Details',
|
||||
description: 'Title of the card for the import details of a imported course.',
|
||||
defaultMessage: 'Analysis Details',
|
||||
description: 'Title of the card for the analysis details of a imported course.',
|
||||
},
|
||||
importCourseDetailsLoadingBody: {
|
||||
id: 'course-authoring.library-authoring.import-course.review-details.import-details.loading.body',
|
||||
|
||||
@@ -126,7 +126,7 @@ describe('<ImportStepperModal />', () => {
|
||||
)).toBeInTheDocument());
|
||||
|
||||
expect(screen.getByText('Analysis Summary')).toBeInTheDocument();
|
||||
expect(screen.getByText('Import Details')).toBeInTheDocument();
|
||||
expect(screen.getByText('Analysis Details')).toBeInTheDocument();
|
||||
// The import details is loading
|
||||
expect(screen.getByText('The selected course is being analyzed for import and review')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user