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
dfdd8a1c
Commit
dfdd8a1c
authored
Feb 19, 2021
by
Zeff Morgan
Committed by
Mark Lapierre
Feb 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refresh issues for auto test results
parent
d3462578
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
qa/qa/specs/features/browser_ui/1_manage/group/transfer_project_spec.rb
...atures/browser_ui/1_manage/group/transfer_project_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb
...reate/merge_request/merge_merge_request_from_fork_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb
...res/browser_ui/3_create/repository/push_over_http_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb
...owser_ui/3_create/snippet/create_personal_snippet_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/1_manage/group/transfer_project_spec.rb
View file @
dfdd8a1c
...
@@ -44,7 +44,7 @@ module QA
...
@@ -44,7 +44,7 @@ module QA
end
end
it
'user transfers a project between groups'
,
it
'user transfers a project between groups'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
406
'
do
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1703
'
do
# Retry is needed here as the target group is not avaliable for transfer right away.
# Retry is needed here as the target group is not avaliable for transfer right away.
QA
::
Support
::
Retrier
.
retry_on_exception
(
reload_page:
page
)
do
QA
::
Support
::
Retrier
.
retry_on_exception
(
reload_page:
page
)
do
Page
::
File
::
Show
.
perform
(
&
:go_to_general_settings
)
Page
::
File
::
Show
.
perform
(
&
:go_to_general_settings
)
...
...
qa/qa/specs/features/browser_ui/3_create/merge_request/merge_merge_request_from_fork_spec.rb
View file @
dfdd8a1c
...
@@ -9,7 +9,7 @@ module QA
...
@@ -9,7 +9,7 @@ module QA
end
end
end
end
it
'can merge feature branch fork to mainline'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
928
'
do
it
'can merge feature branch fork to mainline'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1701
'
do
Flow
::
Login
.
while_signed_in
do
Flow
::
Login
.
while_signed_in
do
merge_request
.
visit!
merge_request
.
visit!
...
...
qa/qa/specs/features/browser_ui/3_create/repository/push_over_http_spec.rb
View file @
dfdd8a1c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
module
QA
module
QA
RSpec
.
describe
'Create'
do
RSpec
.
describe
'Create'
do
describe
'Git push over HTTP'
,
:ldap_no_tls
do
describe
'Git push over HTTP'
,
:ldap_no_tls
do
it
'user pushes code to the repository'
,
:smoke
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
426
'
do
it
'user pushes code to the repository'
,
:smoke
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1702
'
do
Flow
::
Login
.
sign_in
Flow
::
Login
.
sign_in
Resource
::
Repository
::
ProjectPush
.
fabricate!
do
|
push
|
Resource
::
Repository
::
ProjectPush
.
fabricate!
do
|
push
|
...
...
qa/qa/specs/features/browser_ui/3_create/snippet/create_personal_snippet_spec.rb
View file @
dfdd8a1c
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
module
QA
module
QA
RSpec
.
describe
'Create'
,
:smoke
do
RSpec
.
describe
'Create'
,
:smoke
do
describe
'Personal snippet creation'
do
describe
'Personal snippet creation'
do
it
'user creates a personal snippet'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
840
'
do
it
'user creates a personal snippet'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/
1704
'
do
Flow
::
Login
.
sign_in
Flow
::
Login
.
sign_in
Page
::
Main
::
Menu
.
perform
do
|
menu
|
Page
::
Main
::
Menu
.
perform
do
|
menu
|
...
...
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