Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2020
PPL-C
Diskominfo-D'Blood
Mantan Aab-D Blood
Commits
2b3cfb5f
Commit
2b3cfb5f
authored
Apr 07, 2020
by
Nabila Febri Viola
Browse files
[CHORES] Removes unnecessary test
parent
011fb29b
Pipeline
#38772
passed with stages
in 3 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/complete-profile.test.js
deleted
100644 → 0
View file @
011fb29b
import
React
from
"
react
"
import
{
cleanup
,
fireEvent
,
render
}
from
"
@testing-library/react
"
import
CompleteProfile
from
"
./complete-profile
"
it
(
"
captures clicks
"
,
async
()
=>
{
const
{
findByText
}
=
render
(
<
CompleteProfile
show
/>
)
expect
(
await
findByText
(
"
Lengkapi Profil
"
)).
toBeInTheDocument
()
const
next
=
await
findByText
(
"
Simpan
"
)
fireEvent
.
click
(
next
)
})
afterEach
(
cleanup
)
Write
Preview
Supports
Markdown
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