feat: update the text for unearned certificates

[MICROBA-1536]
This commit is contained in:
Albert (AJ) St. Aubin
2021-10-15 15:18:42 -04:00
parent 83fa3f78bc
commit a6e539dad2
2 changed files with 3 additions and 3 deletions

View File

@@ -683,8 +683,8 @@ describe('Outline Tab', () => {
],
});
await fetchAndRender();
screen.getAllByText('You are not eligible for a certificate');
expect(screen.queryByText('You are not eligible for a certificate')).toBeInTheDocument();
screen.getAllByText('You are not yet eligible for a certificate');
expect(screen.queryByText('You are not yet eligible for a certificate')).toBeInTheDocument();
});
it('tracks request cert button', async () => {
sendTrackEvent.mockClear();

View File

@@ -13,7 +13,7 @@ const messages = defineMessages({
},
certStatusNotPassingHeader: {
id: 'cert.alert.notPassing.header',
defaultMessage: 'You are not eligible for a certificate',
defaultMessage: 'You are not yet eligible for a certificate',
},
certStatusNotPassingButton: {
id: 'cert.alert.notPassing.button',