Removing Exclamation mark from the Welcome to overleaf translations. (#16098)
* removing ! from en.json * fixing tests * fixing GitOrigin-RevId: 40c9a036df6b100743454e9e5109182edd90894a
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ describe('<ProjectListRoot />', function () {
|
||||
})
|
||||
|
||||
it('the welcome page is displayed', async function () {
|
||||
screen.getByRole('heading', { name: 'Welcome to Overleaf!' })
|
||||
screen.getByRole('heading', { name: 'Welcome to Overleaf' })
|
||||
})
|
||||
|
||||
it('the email confirmation alert is not displayed', async function () {
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ describe('<WelcomeMessageNew />', function () {
|
||||
it('renders welcome page correctly', function () {
|
||||
render(<WelcomeMessageNew />)
|
||||
|
||||
screen.getByText('Welcome to Overleaf!')
|
||||
screen.getByText('Welcome to Overleaf')
|
||||
screen.getByText('Create a new project')
|
||||
screen.getByText('Learn LaTeX with a tutorial')
|
||||
screen.getByText('Browse templates')
|
||||
|
||||
@@ -17,7 +17,7 @@ describe('i18n', function () {
|
||||
return <div>{t('welcome_to_sl')}</div>
|
||||
}
|
||||
cy.mount(<Test />)
|
||||
cy.findByText('Welcome to Overleaf!')
|
||||
cy.findByText('Welcome to Overleaf')
|
||||
})
|
||||
|
||||
it('uses values', function () {
|
||||
|
||||
Reference in New Issue
Block a user