Commit cd09e9a6 authored by Phil Hughes's avatar Phil Hughes

Merge branch '4121-blob-content-file-content-selector' into 'master'

Remove file content QA selector from simple viewer

See merge request gitlab-org/gitlab!57997
parents aa499f44 1ac10e56
......@@ -54,12 +54,7 @@ export default {
:file-name="fileName"
:editor-options="{ readOnly: true }"
/>
<div
v-else
class="file-content code js-syntax-highlight"
data-qa-selector="file_content"
:class="$options.userColorScheme"
>
<div v-else class="file-content code js-syntax-highlight" :class="$options.userColorScheme">
<div class="line-numbers">
<a
v-for="line in lineNumbers"
......
......@@ -25,10 +25,6 @@ module QA
element :file_title_content
end
base.view 'app/assets/javascripts/vue_shared/components/blob_viewers/simple_viewer.vue' do
element :file_content
end
base.view 'app/assets/javascripts/blob/components/blob_content.vue' do
element :file_content
end
......
......@@ -4,7 +4,6 @@ exports[`Blob Simple Viewer component rendering matches the snapshot 1`] = `
<div>
<div
class="file-content code js-syntax-highlight"
data-qa-selector="file_content"
>
<div
class="line-numbers"
......
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