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:
Diffstat (limited to 'spec/frontend/repository/components/table/__snapshots__/row_spec.js.snap')
-rw-r--r--spec/frontend/repository/components/table/__snapshots__/row_spec.js.snap58
1 files changed, 32 insertions, 26 deletions
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 2d411fcce79..5b5c9fd714e 100644
--- a/spec/frontend/repository/components/table/__snapshots__/row_spec.js.snap
+++ b/spec/frontend/repository/components/table/__snapshots__/row_spec.js.snap
@@ -2,25 +2,28 @@
exports[`Repository table row component renders table row 1`] = `
<tr
- class="tree-item file_1"
+ class="tree-item"
>
<td
- class="tree-item-file-name"
+ class="tree-item-file-name cursor-default position-relative"
>
- <i
- aria-label="file"
- class="fa fa-fw fa-file-text-o"
- role="img"
- />
+ <!---->
<a
- class="str-truncated"
+ class="tree-item-link str-truncated"
data-qa-selector="file_name_link"
href="https://test.com"
>
-
- test
-
+ <i
+ aria-label="file"
+ class="fa fa-fw mr-1 fa-file-text-o"
+ role="img"
+ />
+ <span
+ class="position-relative"
+ >
+ test
+ </span>
</a>
<!---->
@@ -31,7 +34,7 @@ exports[`Repository table row component renders table row 1`] = `
</td>
<td
- class="d-none d-sm-table-cell tree-commit"
+ class="d-none d-sm-table-cell tree-commit cursor-default"
>
<gl-skeleton-loading-stub
class="h-auto"
@@ -40,7 +43,7 @@ exports[`Repository table row component renders table row 1`] = `
</td>
<td
- class="tree-time-ago text-right"
+ class="tree-time-ago text-right cursor-default"
>
<gl-skeleton-loading-stub
class="ml-auto h-auto w-50"
@@ -52,25 +55,28 @@ exports[`Repository table row component renders table row 1`] = `
exports[`Repository table row component renders table row for path with special character 1`] = `
<tr
- class="tree-item file_1"
+ class="tree-item"
>
<td
- class="tree-item-file-name"
+ class="tree-item-file-name cursor-default position-relative"
>
- <i
- aria-label="file"
- class="fa fa-fw fa-file-text-o"
- role="img"
- />
+ <!---->
<a
- class="str-truncated"
+ class="tree-item-link str-truncated"
data-qa-selector="file_name_link"
href="https://test.com"
>
-
- test
-
+ <i
+ aria-label="file"
+ class="fa fa-fw mr-1 fa-file-text-o"
+ role="img"
+ />
+ <span
+ class="position-relative"
+ >
+ test
+ </span>
</a>
<!---->
@@ -81,7 +87,7 @@ exports[`Repository table row component renders table row for path with special
</td>
<td
- class="d-none d-sm-table-cell tree-commit"
+ class="d-none d-sm-table-cell tree-commit cursor-default"
>
<gl-skeleton-loading-stub
class="h-auto"
@@ -90,7 +96,7 @@ exports[`Repository table row component renders table row for path with special
</td>
<td
- class="tree-time-ago text-right"
+ class="tree-time-ago text-right cursor-default"
>
<gl-skeleton-loading-stub
class="ml-auto h-auto w-50"