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
4e886cd4
Commit
4e886cd4
authored
Sep 10, 2020
by
ddavison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update text expectation for Maven QA test
parent
8f027931
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
qa/qa/specs/features/browser_ui/5_package/maven_repository_spec.rb
...cs/features/browser_ui/5_package/maven_repository_spec.rb
+2
-2
No files found.
qa/qa/specs/features/browser_ui/5_package/maven_repository_spec.rb
View file @
4e886cd4
...
...
@@ -22,7 +22,7 @@ module QA
end
end
it
'publishes a maven package and deletes it'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/943'
,
quarantine:
{
issue:
'https://gitlab.com/gitlab-org/gitlab/-/issues/247281'
,
type: :investigating
}
do
it
'publishes a maven package and deletes it'
,
testcase:
'https://gitlab.com/gitlab-org/quality/testcases/-/issues/943'
do
uri
=
URI
.
parse
(
Runtime
::
Scenario
.
gitlab_address
)
gitlab_address_with_port
=
"
#{
uri
.
scheme
}
://
#{
uri
.
host
}
:
#{
uri
.
port
}
"
pom_xml
=
{
...
...
@@ -95,7 +95,7 @@ module QA
end
Page
::
Project
::
Packages
::
Index
.
perform
do
|
index
|
expect
(
index
).
to
have_content
(
"Package
was removed
"
)
expect
(
index
).
to
have_content
(
"Package
deleted successfully
"
)
expect
(
index
).
to
have_no_package
(
package_name
)
end
end
...
...
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