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
2896884c
Commit
2896884c
authored
Apr 07, 2022
by
anna_vovchenko
Committed by
Anna Vovchenko
Apr 07, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented suggestion after the FE review
parent
a3e365cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
spec/frontend/projects/new/components/deployment_target_select_spec.js
.../projects/new/components/deployment_target_select_spec.js
+4
-1
No files found.
spec/frontend/projects/new/components/deployment_target_select_spec.js
View file @
2896884c
import
{
GlFormGroup
,
GlFormSelect
,
GlFormText
,
GlLink
,
GlSprintf
}
from
'
@gitlab/ui
'
;
import
{
nextTick
}
from
'
vue
'
;
import
{
shallowMount
}
from
'
@vue/test-utils
'
;
import
{
mockTracking
}
from
'
helpers/tracking_helper
'
;
import
DeploymentTargetSelect
from
'
~/projects/new/components/deployment_target_select.vue
'
;
...
...
@@ -103,7 +104,9 @@ describe('Deployment target select', () => {
describe
(
'
when user clicks on the docs link
'
,
()
=>
{
beforeEach
(
async
()
=>
{
await
findSelect
().
vm
.
$emit
(
'
input
'
,
K8S_OPTION
);
findSelect
().
vm
.
$emit
(
'
input
'
,
K8S_OPTION
);
await
nextTick
();
findLink
().
trigger
(
'
click
'
);
});
...
...
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