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
9d960bca
Commit
9d960bca
authored
Jan 12, 2022
by
orozot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix unit test failure
parent
6b62906c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
11 deletions
+3
-11
spec/frontend/packages_and_registries/container_registry/explorer/components/list_page/cli_commands_spec.js
...gistry/explorer/components/list_page/cli_commands_spec.js
+2
-10
spec/frontend/packages_and_registries/container_registry/explorer/pages/list_spec.js
...registries/container_registry/explorer/pages/list_spec.js
+1
-1
No files found.
spec/frontend/packages_and_registries/container_registry/explorer/components/list_page/cli_commands_spec.js
View file @
9d960bca
...
...
@@ -22,22 +22,14 @@ localVue.use(Vuex);
describe
(
'
cli_commands
'
,
()
=>
{
let
wrapper
;
const
config
=
{
repositoryUrl
:
'
foo
'
,
registryHostUrlWithPort
:
'
bar
'
,
};
const
findDropdownButton
=
()
=>
wrapper
.
find
(
GlDropdown
);
const
findCodeInstruction
=
()
=>
wrapper
.
findAll
(
CodeInstruction
);
const
mountComponent
=
()
=>
{
wrapper
=
mount
(
QuickstartDropdown
,
{
localVue
,
provide
()
{
return
{
config
,
...
dockerCommands
,
};
propsData
:
{
...
dockerCommands
,
},
});
};
...
...
spec/frontend/packages_and_registries/container_registry/explorer/pages/list_spec.js
View file @
9d960bca
...
...
@@ -8,7 +8,7 @@ import getContainerRepositoriesQuery from 'shared_queries/container_registry/get
import
CleanupPolicyEnabledAlert
from
'
~/packages_and_registries/shared/components/cleanup_policy_enabled_alert.vue
'
;
import
{
FILTERED_SEARCH_TERM
}
from
'
~/packages_and_registries/shared/constants
'
;
import
DeleteImage
from
'
~/packages_and_registries/container_registry/explorer/components/delete_image.vue
'
;
import
CliCommands
from
'
~/packages_and_registries/
container_registry/explorer/components/list_page
/cli_commands.vue
'
;
import
CliCommands
from
'
~/packages_and_registries/
shared/components
/cli_commands.vue
'
;
import
GroupEmptyState
from
'
~/packages_and_registries/container_registry/explorer/components/list_page/group_empty_state.vue
'
;
import
ImageList
from
'
~/packages_and_registries/container_registry/explorer/components/list_page/image_list.vue
'
;
import
ProjectEmptyState
from
'
~/packages_and_registries/container_registry/explorer/components/list_page/project_empty_state.vue
'
;
...
...
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