Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
91a206c2
Commit
91a206c2
authored
Sep 14, 2020
by
Jennie Louie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use breadcrumb instead of banner for assertion
parent
7b7a6515
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
qa/qa/page/project/settings/main.rb
qa/qa/page/project/settings/main.rb
+1
-0
qa/qa/specs/features/ee/browser_ui/geo/rename_replication_spec.rb
...ecs/features/ee/browser_ui/geo/rename_replication_spec.rb
+3
-3
No files found.
qa/qa/page/project/settings/main.rb
View file @
91a206c2
...
...
@@ -8,6 +8,7 @@ module QA
include
QA
::
Page
::
Settings
::
Common
include
Component
::
Select2
include
SubMenus
::
Project
include
Component
::
Breadcrumbs
view
'app/views/projects/edit.html.haml'
do
element
:advanced_settings
...
...
qa/qa/specs/features/ee/browser_ui/geo/rename_replication_spec.rb
View file @
91a206c2
...
...
@@ -36,10 +36,10 @@ module QA
@geo_project_renamed
=
"geo-after-rename-
#{
SecureRandom
.
hex
(
8
)
}
"
Page
::
Project
::
Settings
::
Main
.
perform
do
|
settings
|
settings
.
rename_project_to
(
@geo_project_renamed
)
expect
(
page
).
to
have_content
"Project '
#{
@geo_project_renamed
}
' was successfully updated."
expect
(
settings
).
to
have_breadcrumb
(
@geo_project_renamed
)
settings
.
expand_advanced_settings
do
|
page
|
page
.
update_project_path_to
(
@geo_project_renamed
)
settings
.
expand_advanced_settings
do
|
advanced_settings
|
advanced_settings
.
update_project_path_to
(
@geo_project_renamed
)
end
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment