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
6b258661
Commit
6b258661
authored
Jun 02, 2020
by
Nabila Febri Viola
Browse files
[REFACTOR] Removes datetime checking
parent
2c11325c
Pipeline
#48923
passed with stages
in 2 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/pages/profile.test.js
View file @
6b258661
...
...
@@ -317,7 +317,6 @@ describe("Riwayat Acara Donor", () => {
renderAuthenticated
(
<
ProfilePage
/>
)
await
screen
.
findByText
(
"
Alamat
"
)
expect
(
screen
.
getByText
(
"
Sekre Pacil
"
))
expect
(
screen
.
getByText
(
"
2 Juni 2020, (10:00 - 12:00)
"
)).
toBeInTheDocument
()
expect
(
screen
.
getByText
(
"
Ditolak
"
))
await
waitFor
(()
=>
expect
(
screen
.
queryByText
(
"
Loading...
"
)).
not
.
toBeInTheDocument
()
...
...
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