Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-06 18:07:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-06 18:07:26 +0300
commit506159637da758f448818b834f8482238a9eb4eb (patch)
treee114c46da6c1b98451a228b7559f5a6039c5df29 /spec/frontend/repository
parent045c0f9554a99c80d0a127540da168e272a9f977 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/repository')
-rw-r--r--spec/frontend/repository/components/__snapshots__/directory_download_links_spec.js.snap16
-rw-r--r--spec/frontend/repository/components/__snapshots__/last_commit_spec.js.snap40
-rw-r--r--spec/frontend/repository/components/last_commit_spec.js16
-rw-r--r--spec/frontend/repository/components/preview/__snapshots__/index_spec.js.snap4
-rw-r--r--spec/frontend/repository/components/table/__snapshots__/row_spec.js.snap4
5 files changed, 42 insertions, 38 deletions
diff --git a/spec/frontend/repository/components/__snapshots__/directory_download_links_spec.js.snap b/spec/frontend/repository/components/__snapshots__/directory_download_links_spec.js.snap
index 31a1cd23060..6968fb3e153 100644
--- a/spec/frontend/repository/components/__snapshots__/directory_download_links_spec.js.snap
+++ b/spec/frontend/repository/components/__snapshots__/directory_download_links_spec.js.snap
@@ -16,22 +16,22 @@ exports[`Repository directory download links component renders downloads links f
<div
class="btn-group ml-0 w-100"
>
- <gllink-stub
+ <gl-link-stub
class="btn btn-xs btn-primary"
href="http://test.com/?path=app"
>
zip
- </gllink-stub>
- <gllink-stub
+ </gl-link-stub>
+ <gl-link-stub
class="btn btn-xs"
href="http://test.com/?path=app"
>
tar
- </gllink-stub>
+ </gl-link-stub>
</div>
</div>
</section>
@@ -53,22 +53,22 @@ exports[`Repository directory download links component renders downloads links f
<div
class="btn-group ml-0 w-100"
>
- <gllink-stub
+ <gl-link-stub
class="btn btn-xs btn-primary"
href="http://test.com/?path=app/assets"
>
zip
- </gllink-stub>
- <gllink-stub
+ </gl-link-stub>
+ <gl-link-stub
class="btn btn-xs"
href="http://test.com/?path=app/assets"
>
tar
- </gllink-stub>
+ </gl-link-stub>
</div>
</div>
</section>
diff --git a/spec/frontend/repository/components/__snapshots__/last_commit_spec.js.snap b/spec/frontend/repository/components/__snapshots__/last_commit_spec.js.snap
index 60215b70d36..1497539a0c1 100644
--- a/spec/frontend/repository/components/__snapshots__/last_commit_spec.js.snap
+++ b/spec/frontend/repository/components/__snapshots__/last_commit_spec.js.snap
@@ -4,7 +4,7 @@ exports[`Repository last commit component renders commit widget 1`] = `
<div
class="info-well d-none d-sm-flex project-last-commit commit p-3"
>
- <useravatarlink-stub
+ <user-avatar-link-stub
class="avatar-cell"
imgalt=""
imgcssclasses=""
@@ -22,32 +22,32 @@ exports[`Repository last commit component renders commit widget 1`] = `
<div
class="commit-content qa-commit-content"
>
- <gllink-stub
+ <gl-link-stub
class="commit-row-message item-title"
href="https://test.com/commit/123"
>
Commit title
- </gllink-stub>
+ </gl-link-stub>
<!---->
<div
class="committer"
>
- <gllink-stub
+ <gl-link-stub
class="commit-author-link js-user-link"
href="https://test.com/test"
>
Test
- </gllink-stub>
+ </gl-link-stub>
authored
- <timeagotooltip-stub
+ <timeago-tooltip-stub
cssclass=""
time="2019-01-01"
tooltipplacement="bottom"
@@ -65,18 +65,18 @@ exports[`Repository last commit component renders commit widget 1`] = `
<div
class="ci-status-link"
>
- <gllink-stub
+ <gl-link-stub
class="js-commit-pipeline"
href="https://test.com/pipeline"
title="Commit: failed"
>
- <ciicon-stub
+ <ci-icon-stub
aria-label="Commit: failed"
cssclasses=""
size="24"
status="[object Object]"
/>
- </gllink-stub>
+ </gl-link-stub>
</div>
<div
@@ -90,7 +90,7 @@ exports[`Repository last commit component renders commit widget 1`] = `
</div>
- <clipboardbutton-stub
+ <clipboard-button-stub
cssclass="btn-default"
text="123456789"
title="Copy commit SHA"
@@ -106,7 +106,7 @@ exports[`Repository last commit component renders the signature HTML as returned
<div
class="info-well d-none d-sm-flex project-last-commit commit p-3"
>
- <useravatarlink-stub
+ <user-avatar-link-stub
class="avatar-cell"
imgalt=""
imgcssclasses=""
@@ -124,32 +124,32 @@ exports[`Repository last commit component renders the signature HTML as returned
<div
class="commit-content qa-commit-content"
>
- <gllink-stub
+ <gl-link-stub
class="commit-row-message item-title"
href="https://test.com/commit/123"
>
Commit title
- </gllink-stub>
+ </gl-link-stub>
<!---->
<div
class="committer"
>
- <gllink-stub
+ <gl-link-stub
class="commit-author-link js-user-link"
href="https://test.com/test"
>
Test
- </gllink-stub>
+ </gl-link-stub>
authored
- <timeagotooltip-stub
+ <timeago-tooltip-stub
cssclass=""
time="2019-01-01"
tooltipplacement="bottom"
@@ -171,18 +171,18 @@ exports[`Repository last commit component renders the signature HTML as returned
<div
class="ci-status-link"
>
- <gllink-stub
+ <gl-link-stub
class="js-commit-pipeline"
href="https://test.com/pipeline"
title="Commit: failed"
>
- <ciicon-stub
+ <ci-icon-stub
aria-label="Commit: failed"
cssclasses=""
size="24"
status="[object Object]"
/>
- </gllink-stub>
+ </gl-link-stub>
</div>
<div
@@ -196,7 +196,7 @@ exports[`Repository last commit component renders the signature HTML as returned
</div>
- <clipboardbutton-stub
+ <clipboard-button-stub
cssclass="btn-default"
text="123456789"
title="Copy commit SHA"
diff --git a/spec/frontend/repository/components/last_commit_spec.js b/spec/frontend/repository/components/last_commit_spec.js
index b25045b107b..30f701ed77a 100644
--- a/spec/frontend/repository/components/last_commit_spec.js
+++ b/spec/frontend/repository/components/last_commit_spec.js
@@ -116,12 +116,16 @@ describe('Repository last commit component', () => {
it('expands commit description when clicking expander', () => {
factory(createCommitData({ description: 'Test description' }));
- vm.find('.text-expander').vm.$emit('click');
-
- return vm.vm.$nextTick().then(() => {
- expect(vm.find('.commit-row-description').isVisible()).toBe(true);
- expect(vm.find('.text-expander').classes('open')).toBe(true);
- });
+ return vm.vm
+ .$nextTick()
+ .then(() => {
+ vm.find('.text-expander').vm.$emit('click');
+ return vm.vm.$nextTick();
+ })
+ .then(() => {
+ expect(vm.find('.commit-row-description').isVisible()).toBe(true);
+ expect(vm.find('.text-expander').classes('open')).toBe(true);
+ });
});
it('renders the signature HTML as returned by the backend', () => {
diff --git a/spec/frontend/repository/components/preview/__snapshots__/index_spec.js.snap b/spec/frontend/repository/components/preview/__snapshots__/index_spec.js.snap
index cdc7ece89f6..8eeae9b8455 100644
--- a/spec/frontend/repository/components/preview/__snapshots__/index_spec.js.snap
+++ b/spec/frontend/repository/components/preview/__snapshots__/index_spec.js.snap
@@ -15,13 +15,13 @@ exports[`Repository file preview component renders file HTML 1`] = `
class="fa fa-file-text-o fa-fw"
/>
- <gllink-stub
+ <gl-link-stub
href="http://test.com"
>
<strong>
README.md
</strong>
- </gllink-stub>
+ </gl-link-stub>
</div>
</div>
diff --git a/spec/frontend/repository/components/table/__snapshots__/row_spec.js.snap b/spec/frontend/repository/components/table/__snapshots__/row_spec.js.snap
index f8e65a51297..22e353dddc5 100644
--- a/spec/frontend/repository/components/table/__snapshots__/row_spec.js.snap
+++ b/spec/frontend/repository/components/table/__snapshots__/row_spec.js.snap
@@ -32,7 +32,7 @@ exports[`Repository table row component renders table row 1`] = `
<td
class="d-none d-sm-table-cell tree-commit"
>
- <glskeletonloading-stub
+ <gl-skeleton-loading-stub
class="h-auto"
lines="1"
/>
@@ -41,7 +41,7 @@ exports[`Repository table row component renders table row 1`] = `
<td
class="tree-time-ago text-right"
>
- <glskeletonloading-stub
+ <gl-skeleton-loading-stub
class="ml-auto h-auto w-50"
lines="1"
/>