Commit 9d13d1f5 authored by GitLab Dependency Bot's avatar GitLab Dependency Bot Committed by Savas Vedova

Update dependency @gitlab/ui to v36.7.0

parent 89aebd22
...@@ -317,7 +317,7 @@ describe('AdminRunnersApp', () => { ...@@ -317,7 +317,7 @@ describe('AdminRunnersApp', () => {
}); });
it('more pages can be selected', () => { 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', () => { it('cannot navigate to the previous page', () => {
......
...@@ -46,7 +46,7 @@ describe('RunnerPagination', () => { ...@@ -46,7 +46,7 @@ describe('RunnerPagination', () => {
}); });
it('Shows prev page disabled', () => { 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', () => { it('Shows next page link', () => {
...@@ -84,7 +84,7 @@ describe('RunnerPagination', () => { ...@@ -84,7 +84,7 @@ describe('RunnerPagination', () => {
const links = findPagination().findAll('a'); const links = findPagination().findAll('a');
expect(links).toHaveLength(2); 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'); expect(links.at(1).text()).toBe('Next');
}); });
...@@ -125,8 +125,8 @@ describe('RunnerPagination', () => { ...@@ -125,8 +125,8 @@ describe('RunnerPagination', () => {
expect(findPagination().props('nextPage')).toBe(null); expect(findPagination().props('nextPage')).toBe(null);
}); });
it('Shows next page link', () => { it('Shows previous page link', () => {
expect(findPagination().find('a').text()).toBe('Prev'); expect(findPagination().find('a').text()).toBe('Previous');
}); });
it('Shows next page disabled', () => { it('Shows next page disabled', () => {
......
...@@ -304,7 +304,7 @@ describe('GroupRunnersApp', () => { ...@@ -304,7 +304,7 @@ describe('GroupRunnersApp', () => {
}); });
it('more pages can be selected', () => { 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', () => { it('cannot navigate to the previous page', () => {
......
...@@ -221,7 +221,7 @@ describe('AlertManagementEmptyState', () => { ...@@ -221,7 +221,7 @@ describe('AlertManagementEmptyState', () => {
findPagination().vm.$emit('input', 3); findPagination().vm.$emit('input', 3);
await nextTick(); 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 () => { it('returns prevPage number', async () => {
......
...@@ -986,10 +986,10 @@ ...@@ -986,10 +986,10 @@
resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-2.5.0.tgz#e0569916fa858462b1801cc90ef8dd9706a12e96" resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-2.5.0.tgz#e0569916fa858462b1801cc90ef8dd9706a12e96"
integrity sha512-cH/EBs//wdkH6kG+kDpvRCIl63/A8JgjAhBJ+ZWucPgtNCDD6x6RDMGdQrxSqhYwcCKDoLStfcxmblBkuiSRXQ== integrity sha512-cH/EBs//wdkH6kG+kDpvRCIl63/A8JgjAhBJ+ZWucPgtNCDD6x6RDMGdQrxSqhYwcCKDoLStfcxmblBkuiSRXQ==
"@gitlab/ui@36.6.0": "@gitlab/ui@36.7.0":
version "36.6.0" version "36.7.0"
resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-36.6.0.tgz#902ec76623de3b46d450fbe2074d00a39a58d61c" resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-36.7.0.tgz#0b4c5709bf0a9be9a24516a32181526b8367777d"
integrity sha512-hHuknkt4KTQVPEA8t+Cg29hocqMUv4bYfVH7Hinj3qFaIK32zMKUGQ2P/w5BG8R+cP9PTjw+WxNYc4WpRPpcUw== integrity sha512-IVY6uz5ICozLVJS7t0Pd70qyzMzNNiEULlKVcMoYEEkQQ0Iu/qKj016e5Xm8i9wheSqG2l/fMzUxuNbtftGu2w==
dependencies: dependencies:
"@babel/standalone" "^7.0.0" "@babel/standalone" "^7.0.0"
bootstrap-vue "2.20.1" 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