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
29a198ea
Commit
29a198ea
authored
Jan 12, 2021
by
Sanad Liaquat (Personal)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Wait for the selected template to appear in dropdown
parent
97811a03
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
qa/qa/specs/features/ee/browser_ui/1_manage/project/project_templates_spec.rb
.../ee/browser_ui/1_manage/project/project_templates_spec.rb
+2
-2
No files found.
qa/qa/specs/features/ee/browser_ui/1_manage/project/project_templates_spec.rb
View file @
29a198ea
...
...
@@ -73,7 +73,7 @@ module QA
before
do
Flow
::
Login
.
sign_in_as_admin
Support
::
Retrier
.
retry_until
do
Support
::
Retrier
.
retry_until
(
retry_on_exception:
true
)
do
Page
::
Main
::
Menu
.
perform
(
&
:go_to_admin_area
)
Page
::
Admin
::
Menu
.
perform
(
&
:go_to_template_settings
)
...
...
@@ -84,7 +84,7 @@ module QA
Page
::
Admin
::
Menu
.
perform
(
&
:go_to_template_settings
)
EE
::
Page
::
Admin
::
Settings
::
Templates
.
perform
do
|
templates
|
templates
.
current_custom_project_template
.
include?
@template_container_group_name
Support
::
Waiter
.
wait_until
(
max_duration:
10
)
{
templates
.
current_custom_project_template
.
include?
@template_container_group_name
}
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