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
3ae7b731
Commit
3ae7b731
authored
Mar 31, 2022
by
Andrejs Cunskis
Committed by
Anastasia McDonald
Mar 31, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
E2E: Promote specs to reliable
parent
0bd90233
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_badge_spec.rb
.../browser_ui/1_manage/project/create_project_badge_spec.rb
+1
-1
qa/qa/specs/features/browser_ui/1_manage/project/personal_project_permissions_spec.rb
..._ui/1_manage/project/personal_project_permissions_spec.rb
+1
-1
No files found.
qa/qa/specs/features/browser_ui/1_manage/project/create_project_badge_spec.rb
View file @
3ae7b731
...
...
@@ -2,7 +2,7 @@
module
QA
RSpec
.
describe
'Manage'
do
describe
'Create project badge'
do
describe
'Create project badge'
,
:reliable
do
let
(
:badge_name
)
{
"project-badge-
#{
SecureRandom
.
hex
(
8
)
}
"
}
let
(
:expected_badge_link_url
)
{
"
#{
Runtime
::
Scenario
.
gitlab_address
}
/
#{
project
.
path_with_namespace
}
"
}
let
(
:expected_badge_image_url
)
{
"
#{
Runtime
::
Scenario
.
gitlab_address
}
/
#{
project
.
path_with_namespace
}
/badges/main/pipeline.svg"
}
...
...
qa/qa/specs/features/browser_ui/1_manage/project/personal_project_permissions_spec.rb
View file @
3ae7b731
...
...
@@ -2,7 +2,7 @@
module
QA
RSpec
.
describe
'Manage'
do
describe
'Personal project permissions'
do
describe
'Personal project permissions'
,
:reliable
do
let!
(
:owner
)
{
Resource
::
User
.
fabricate_or_use
(
Runtime
::
Env
.
gitlab_qa_username_1
,
Runtime
::
Env
.
gitlab_qa_password_1
)
}
let!
(
:owner_api_client
)
{
Runtime
::
API
::
Client
.
new
(
:gitlab
,
user:
owner
)
}
...
...
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