Коммит 0b2b636e создал по автору Heinrich Lee Yu's avatar Heinrich Lee Yu
Просмотр файлов

Merge branch 'improve-i18n-of-trial-spec' into 'master'

Optimize i18n strings in trail spec

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/119771



Merged-by: default avatarHeinrich Lee Yu <heinrich@gitlab.com>
Approved-by: default avatarPedro Pombeiro <noreply@pedro.pombei.ro>
Approved-by: default avatarAmeya Darshan <adarshan@gitlab.com>
Approved-by: default avatarHeinrich Lee Yu <heinrich@gitlab.com>
Reviewed-by: default avatarPedro Pombeiro <noreply@pedro.pombei.ro>
Co-authored-by: default avatar路小鹿 <1551755561@qq.com>
владельцы b77a91c0 eb4bc18c
...@@ -178,7 +178,9 @@ def expect_create_success(namespace) ...@@ -178,7 +178,9 @@ def expect_create_success(namespace)
expect(post_create).to have_gitlab_http_status(:ok) expect(post_create).to have_gitlab_http_status(:ok)
expect(response.body).to include('Start your Free Ultimate Trial') expect(response.body).to include('Start your Free Ultimate Trial')
expect(response.body).to include('Your GitLab Ultimate trial lasts for 30 days') expect(response.body).to include(s_('Trial|Your GitLab Ultimate trial lasts for 30 days, ' \
'but you can keep your free GitLab account forever. ' \
'We just need some additional information to activate your trial.'))
end end
end end
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать