Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe('DiscussionsSettings', () => {
// content has been loaded - prior to proceeding with our expectations.
await waitForElementToBeRemoved(screen.queryByRole('status'));

await user.click(queryByLabelText(container, 'Select edX'));
await user.click(queryByLabelText(container, 'Select Open edX (legacy)'));
await user.click(queryByText(container, messages.nextButton.defaultMessage));

expect(queryByTestId(container, 'appList')).not.toBeInTheDocument();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ const messages = defineMessages({
},
'appName-legacy': {
id: 'authoring.discussions.appConfigForm.appName-legacy',
defaultMessage: 'edX',
description: 'The name of the Legacy edX Discussions app.',
defaultMessage: 'Open edX (legacy)',
description: 'The name of the Legacy Open edX Discussions app.',
},
'appName-openedx': {
id: 'authoring.discussions.appConfigForm.appName-openedx',
defaultMessage: 'edX (new)',
description: 'The name of the new edX Discussions app.',
defaultMessage: 'Open edX',
description: 'The name of the new Open edX Discussions app.',
},
divisionByGroup: {
id: 'authoring.discussions.builtIn.divisionByGroup',
Expand Down