Commit 42794aa5 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Add a more generic selector name

parent 931ac570
...@@ -242,7 +242,7 @@ export default { ...@@ -242,7 +242,7 @@ export default {
:description="s__('Check your source instance permissions.')" :description="s__('Check your source instance permissions.')"
/> />
<template v-else> <template v-else>
<table class="gl-w-full" data-qa-selector="import_group_table"> <table class="gl-w-full" data-qa-selector="import_table">
<thead class="gl-border-solid gl-border-gray-200 gl-border-0 gl-border-b-1"> <thead class="gl-border-solid gl-border-gray-200 gl-border-0 gl-border-b-1">
<th class="gl-py-4 import-jobs-from-col">{{ s__('BulkImport|From source group') }}</th> <th class="gl-py-4 import-jobs-from-col">{{ s__('BulkImport|From source group') }}</th>
<th class="gl-py-4 import-jobs-to-col">{{ s__('BulkImport|To new group') }}</th> <th class="gl-py-4 import-jobs-to-col">{{ s__('BulkImport|To new group') }}</th>
......
...@@ -5,7 +5,7 @@ module QA ...@@ -5,7 +5,7 @@ module QA
module Group module Group
class BulkImport < Page::Base class BulkImport < Page::Base
view "app/assets/javascripts/import_entities/import_groups/components/import_table.vue" do view "app/assets/javascripts/import_entities/import_groups/components/import_table.vue" do
element :import_group_table element :import_table
end end
view "app/assets/javascripts/import_entities/import_groups/components/import_table_row.vue" do view "app/assets/javascripts/import_entities/import_groups/components/import_table_row.vue" do
......
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