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
d3b7d531
Commit
d3b7d531
authored
Jan 22, 2021
by
Sanad Liaquat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update testcase link
parent
eca263b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
qa/qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb
...atures/browser_ui/1_manage/project/create_project_spec.rb
+1
-1
qa/qa/specs/features/ee/browser_ui/1_manage/project/project_templates_spec.rb
.../ee/browser_ui/1_manage/project/project_templates_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/1_manage/project/create_project_spec.rb
View file @
d3b7d531
...
...
@@ -4,7 +4,7 @@ module QA
RSpec
.
describe
'Manage'
,
:smoke
do
describe
'Project creation'
do
it
'user creates a new project'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
429
'
do
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1234
'
do
Flow
::
Login
.
sign_in
created_project
=
Resource
::
Project
.
fabricate_via_browser_ui!
do
|
project
|
...
...
qa/qa/specs/features/ee/browser_ui/1_manage/project/project_templates_spec.rb
View file @
d3b7d531
...
...
@@ -95,7 +95,7 @@ module QA
QA
::
Flow
::
Project
.
go_to_create_project_from_template
end
it
'successfully imports the project using template'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
914
'
do
it
'successfully imports the project using template'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1233
'
do
Page
::
Project
::
New
.
perform
do
|
new_page
|
# TODO: Remove `reload true` once this bug is fixed: https://gitlab.com/gitlab-org/gitlab/-/issues/247874
new_page
.
retry_until
(
reload:
true
)
do
...
...
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