Commit 898e870a authored by Savas Vedova's avatar Savas Vedova

Merge branch 'renovate/gitlab-uisvg' into 'master'

Update dependency @gitlab/ui to v36.7.0

See merge request gitlab-org/gitlab!80900
parents e7321d94 9d13d1f5
......@@ -317,7 +317,7 @@ describe('AdminRunnersApp', () => {
});
it('more pages can be selected', () => {
expect(findRunnerPagination().text()).toMatchInterpolatedText('Prev Next');
expect(findRunnerPagination().text()).toMatchInterpolatedText('Previous Next');
});
it('cannot navigate to the previous page', () => {
......
......@@ -46,7 +46,7 @@ describe('RunnerPagination', () => {
});
it('Shows prev page disabled', () => {
expect(findPagination().find('[aria-disabled]').text()).toBe('Prev');
expect(findPagination().find('[aria-disabled]').text()).toBe('Previous');
});
it('Shows next page link', () => {
......@@ -84,7 +84,7 @@ describe('RunnerPagination', () => {
const links = findPagination().findAll('a');
expect(links).toHaveLength(2);
expect(links.at(0).text()).toBe('Prev');
expect(links.at(0).text()).toBe('Previous');
expect(links.at(1).text()).toBe('Next');
});
......@@ -125,8 +125,8 @@ describe('RunnerPagination', () => {
expect(findPagination().props('nextPage')).toBe(null);
});
it('Shows next page link', () => {
expect(findPagination().find('a').text()).toBe('Prev');
it('Shows previous page link', () => {
expect(findPagination().find('a').text()).toBe('Previous');
});
it('Shows next page disabled', () => {
......
......@@ -304,7 +304,7 @@ describe('GroupRunnersApp', () => {
});
it('more pages can be selected', () => {
expect(findRunnerPagination().text()).toMatchInterpolatedText('Prev Next');
expect(findRunnerPagination().text()).toMatchInterpolatedText('Previous Next');
});
it('cannot navigate to the previous page', () => {
......
......@@ -221,7 +221,7 @@ describe('AlertManagementEmptyState', () => {
findPagination().vm.$emit('input', 3);
await nextTick();
expect(findPagination().findAll('.page-item').at(0).text()).toBe('Prev');
expect(findPagination().findAll('.page-item').at(0).text()).toBe('Previous');
});
it('returns prevPage number', async () => {
......
......@@ -986,10 +986,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-2.5.0.tgz#e0569916fa858462b1801cc90ef8dd9706a12e96"
integrity sha512-cH/EBs//wdkH6kG+kDpvRCIl63/A8JgjAhBJ+ZWucPgtNCDD6x6RDMGdQrxSqhYwcCKDoLStfcxmblBkuiSRXQ==
"@gitlab/ui@36.6.0":
version "36.6.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-36.6.0.tgz#902ec76623de3b46d450fbe2074d00a39a58d61c"
integrity sha512-hHuknkt4KTQVPEA8t+Cg29hocqMUv4bYfVH7Hinj3qFaIK32zMKUGQ2P/w5BG8R+cP9PTjw+WxNYc4WpRPpcUw==
"@gitlab/ui@36.7.0":
version "36.7.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-36.7.0.tgz#0b4c5709bf0a9be9a24516a32181526b8367777d"
integrity sha512-IVY6uz5ICozLVJS7t0Pd70qyzMzNNiEULlKVcMoYEEkQQ0Iu/qKj016e5Xm8i9wheSqG2l/fMzUxuNbtftGu2w==
dependencies:
"@babel/standalone" "^7.0.0"
bootstrap-vue "2.20.1"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment