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
path: root/qa
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-13 00:18:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-13 00:18:30 +0300
commitac48f7c24110a7a1e0a0aa49fc7838ab03c28374 (patch)
tree0d323ff3b3317315241fd1c784d82bfa0577711e /qa
parent6ce6d20cf0b81275bad7bf8e95cf49bd475c5c4f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/component/breadcrumbs.rb2
-rw-r--r--qa/qa/page/component/snippet.rb2
-rw-r--r--qa/qa/page/project/pipeline/show.rb2
-rw-r--r--qa/qa/page/project/sub_menus/common.rb2
4 files changed, 4 insertions, 4 deletions
diff --git a/qa/qa/page/component/breadcrumbs.rb b/qa/qa/page/component/breadcrumbs.rb
index 2576e376e4e..f2343da489e 100644
--- a/qa/qa/page/component/breadcrumbs.rb
+++ b/qa/qa/page/component/breadcrumbs.rb
@@ -9,7 +9,7 @@ module QA
def self.included(base)
super
- base.view 'app/views/layouts/nav/_breadcrumbs.html.haml' do
+ base.view 'app/views/layouts/nav/breadcrumbs/_breadcrumbs.html.haml' do
element :breadcrumb_links_content
end
end
diff --git a/qa/qa/page/component/snippet.rb b/qa/qa/page/component/snippet.rb
index 4e1c7f3e2bb..b1d83a6e2d0 100644
--- a/qa/qa/page/component/snippet.rb
+++ b/qa/qa/page/component/snippet.rb
@@ -84,7 +84,7 @@ module QA
element :copy_contents_button
end
- base.view 'app/views/layouts/nav/_breadcrumbs.html.haml' do
+ base.view 'app/views/layouts/nav/breadcrumbs/_breadcrumbs.html.haml' do
element :breadcrumb_links_content
element :breadcrumb_current_link
end
diff --git a/qa/qa/page/project/pipeline/show.rb b/qa/qa/page/project/pipeline/show.rb
index 25d62ac59af..2455555f06c 100644
--- a/qa/qa/page/project/pipeline/show.rb
+++ b/qa/qa/page/project/pipeline/show.rb
@@ -44,7 +44,7 @@ module QA
element :jobs_dropdown_menu
end
- view 'app/views/layouts/nav/_breadcrumbs.html.haml' do
+ view 'app/views/layouts/nav/breadcrumbs/_breadcrumbs.html.haml' do
element :breadcrumb_links_content
element :breadcrumb_current_link
end
diff --git a/qa/qa/page/project/sub_menus/common.rb b/qa/qa/page/project/sub_menus/common.rb
index 79054ec9802..e8952f9e064 100644
--- a/qa/qa/page/project/sub_menus/common.rb
+++ b/qa/qa/page/project/sub_menus/common.rb
@@ -20,7 +20,7 @@ module QA
element :sidebar_menu_link
end
- view 'app/views/layouts/nav/_breadcrumbs.html.haml' do
+ view 'app/views/layouts/nav/_top_bar.html.haml' do
element :toggle_mobile_nav_button
end
end