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
efbfb583
Commit
efbfb583
authored
Dec 24, 2020
by
Sanad Liaquat (Personal)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
De-quarantine instance project template spec.
parent
4ae99909
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
qa/qa/specs/features/ee/browser_ui/1_manage/project/project_templates_spec.rb
.../ee/browser_ui/1_manage/project/project_templates_spec.rb
+3
-7
No files found.
qa/qa/specs/features/ee/browser_ui/1_manage/project/project_templates_spec.rb
View file @
efbfb583
...
...
@@ -69,12 +69,7 @@ module QA
end
end
# This was originally quarantined only on staging
# against the issue https://gitlab.com/gitlab-org/gitlab/-/issues/228624
# Now quarantining against a new issue due to failures on master
# If dequarantining, the original staging quarantine should be reverted
# if still applicable.
context
'instance level'
,
:requires_admin
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/247874'
,
type: :bug
}
do
context
'instance level'
,
:requires_admin
do
before
do
Flow
::
Login
.
sign_in_as_admin
...
...
@@ -102,7 +97,8 @@ module QA
it
'successfully imports the project using template'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/914'
do
Page
::
Project
::
New
.
perform
do
|
new_page
|
new_page
.
retry_until
do
# TODO: Remove `reload true` once this bug is fixed: https://gitlab.com/gitlab-org/gitlab/-/issues/247874
new_page
.
retry_until
(
reload:
true
)
do
new_page
.
go_to_create_from_template_instance_tab
expect
(
new_page
.
instance_template_tab_badge_text
).
to
eq
"1"
new_page
.
has_text?
(
@template_project
.
name
)
...
...
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