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
e21a449f
Commit
e21a449f
authored
Dec 02, 2021
by
Andrejs Cunskis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add testcase link to project wiki import spec
parent
c8776ac7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
qa/qa/specs/features/ee/api/1_manage/bulk_import_project_spec.rb
...pecs/features/ee/api/1_manage/bulk_import_project_spec.rb
+4
-1
No files found.
qa/qa/specs/features/ee/api/1_manage/bulk_import_project_spec.rb
View file @
e21a449f
...
@@ -193,7 +193,10 @@ module QA
...
@@ -193,7 +193,10 @@ module QA
imported_group
# trigger import
imported_group
# trigger import
end
end
it
'successfully imports project wiki'
do
it
(
'successfully imports project wiki'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/quality/test_cases/2432'
)
do
expect
{
imported_group
.
import_status
}.
to
eventually_eq
(
'finished'
).
within
(
import_wait_duration
)
expect
{
imported_group
.
import_status
}.
to
eventually_eq
(
'finished'
).
within
(
import_wait_duration
)
expect
(
imported_projects
.
count
).
to
eq
(
1
),
'Expected to have 1 imported project'
expect
(
imported_projects
.
count
).
to
eq
(
1
),
'Expected to have 1 imported project'
...
...
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