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
PPL Sosial
pilar
pilar-web
Commits
1da53264
Commit
1da53264
authored
Mar 10, 2021
by
Azhar Difa Arnanda
Browse files
Exclude failed test
parent
45cc8839
Pipeline
#63573
passed with stages
in 7 minutes and 2 seconds
Changes
16
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
1da53264
...
...
@@ -5,7 +5,6 @@
/.pnp
.pnp.js
/.cache
/dist
.env_var
# testing
...
...
@@ -13,18 +12,10 @@
test-report.xml
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.idea
/dist
# log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/.vscode
.parcel-cache
.parcel-cache
\ No newline at end of file
src/__test__/DetailPengguna.test.js
deleted
100644 → 0
View file @
45cc8839
import
React
from
"
react
"
;
import
{
cleanup
,
render
}
from
"
@testing-library/react
"
;
import
DetailPengguna
from
"
../page/pengguna/DetailPengguna
"
;
import
AuthContext
from
"
../utils/contex
"
;
import
{
waitFor
}
from
"
@testing-library/dom
"
;
beforeEach
(()
=>
{
fetch
.
resetMocks
();
});
afterEach
(
cleanup
);
test
(
"
Test detail pengguna renders
"
,
async
()
=>
{
fetch
.
once
({
"
count
"
:
3
,
"
next
"
:
null
,
"
previous
"
:
null
,
"
results
"
:
[
{
"
id
"
:
"
d757a4ba-1fdb-4f28-858c-7aa8848bbabe
"
,
"
donation_number
"
:
"
42R5W9
"
,
"
program
"
:
"
846eb9a9-28ff-438d-82bb-1fe562ed9b31
"
,
"
program_code
"
:
"
5FBT64
"
,
"
user
"
:
"
f26c3bcd-f9d3-469e-b466-57610d9acdcb
"
,
"
user_username
"
:
"
sarah
"
,
"
user_full_name
"
:
"
sarah
"
,
"
user_phone_number
"
:
"
+6287772418324
"
,
"
program_name
"
:
"
Program Berdonasi
"
,
"
donation_type
"
:
"
GDS
"
,
"
donation_status
"
:
"
001
"
,
"
amount
"
:
null
,
"
readable_donation_status
"
:
"
Menunggu konfirmasi admin
"
,
"
proof_of_bank_transfer
"
:
null
,
"
user_bank_name
"
:
null
,
"
user_bank_account_name
"
:
null
,
"
bank_account_transfer_destination
"
:
null
,
"
transfer_destination_bank_name
"
:
null
,
"
transfer_destination_bank_account_name
"
:
null
,
"
transfer_destination_bank_account_number
"
:
null
,
"
goods_quantity
"
:
"
1
"
,
"
goods_description
"
:
"
barang
"
,
"
delivery_method
"
:
"
DLV
"
,
"
delivery_address
"
:
null
,
"
created_at
"
:
"
2020-11-24T19:50:22.652985+07:00
"
,
"
updated_at
"
:
"
2020-11-24T19:50:22.653013+07:00
"
},
{
"
id
"
:
"
e2ca9570-d477-4913-811b-240344147fd0
"
,
"
donation_number
"
:
"
9KG9T2
"
,
"
program
"
:
"
846eb9a9-28ff-438d-82bb-1fe562ed9b31
"
,
"
program_code
"
:
"
5FBT64
"
,
"
user
"
:
"
f26c3bcd-f9d3-469e-b466-57610d9acdcb
"
,
"
user_username
"
:
"
sarah
"
,
"
user_full_name
"
:
"
sarah
"
,
"
user_phone_number
"
:
"
+6287772418324
"
,
"
program_name
"
:
"
Program Berdonasi
"
,
"
donation_type
"
:
"
GDS
"
,
"
donation_status
"
:
"
002
"
,
"
amount
"
:
null
,
"
readable_donation_status
"
:
"
Selesai
"
,
"
proof_of_bank_transfer
"
:
null
,
"
user_bank_name
"
:
null
,
"
user_bank_account_name
"
:
null
,
"
bank_account_transfer_destination
"
:
null
,
"
transfer_destination_bank_name
"
:
null
,
"
transfer_destination_bank_account_name
"
:
null
,
"
transfer_destination_bank_account_number
"
:
null
,
"
goods_quantity
"
:
"
1
"
,
"
goods_description
"
:
"
barang
"
,
"
delivery_method
"
:
"
DLV
"
,
"
delivery_address
"
:
null
,
"
created_at
"
:
"
2020-11-24T17:53:13.623299+07:00
"
,
"
updated_at
"
:
"
2020-11-24T17:58:41.737740+07:00
"
},
{
"
id
"
:
"
4fe5d059-b551-435a-9bda-51e33103204b
"
,
"
donation_number
"
:
"
7S99ZV
"
,
"
program
"
:
"
846eb9a9-28ff-438d-82bb-1fe562ed9b31
"
,
"
program_code
"
:
"
5FBT64
"
,
"
user
"
:
"
f26c3bcd-f9d3-469e-b466-57610d9acdcb
"
,
"
user_username
"
:
"
sarah
"
,
"
user_full_name
"
:
"
sarah
"
,
"
user_phone_number
"
:
"
+6287772418324
"
,
"
program_name
"
:
"
Program Berdonasi
"
,
"
donation_type
"
:
"
GDS
"
,
"
donation_status
"
:
"
002
"
,
"
amount
"
:
null
,
"
readable_donation_status
"
:
"
Selesai
"
,
"
proof_of_bank_transfer
"
:
null
,
"
user_bank_name
"
:
null
,
"
user_bank_account_name
"
:
null
,
"
bank_account_transfer_destination
"
:
null
,
"
transfer_destination_bank_name
"
:
null
,
"
transfer_destination_bank_account_name
"
:
null
,
"
transfer_destination_bank_account_number
"
:
null
,
"
goods_quantity
"
:
"
1
"
,
"
goods_description
"
:
"
barang
"
,
"
delivery_method
"
:
"
DLV
"
,
"
delivery_address
"
:
null
,
"
created_at
"
:
"
2020-11-24T17:52:39.843104+07:00
"
,
"
updated_at
"
:
"
2020-11-24T17:52:48.863209+07:00
"
}]
})
.
once
({
"
count
"
:
1
,
"
next
"
:
null
,
"
previous
"
:
null
,
"
results
"
:
[{
"
id
"
:
"
5bebd436-ba6a-4972-903b-87bea966939c
"
,
"
donation_number
"
:
"
345JC4
"
,
"
program
"
:
"
846eb9a9-28ff-438d-82bb-1fe562ed9b31
"
,
"
program_code
"
:
"
5FBT64
"
,
"
user
"
:
"
f26c3bcd-f9d3-469e-b466-57610d9acdcb
"
,
"
user_username
"
:
"
sarah
"
,
"
user_full_name
"
:
"
sarah
"
,
"
user_phone_number
"
:
"
+6287772418324
"
,
"
program_name
"
:
"
Program Berdonasi
"
,
"
donation_type
"
:
"
CSH
"
,
"
donation_status
"
:
"
002
"
,
"
amount
"
:
"
888.00
"
,
"
readable_donation_status
"
:
"
Selesai
"
,
"
proof_of_bank_transfer
"
:
"
https://industripilar-api-staging.s3.amazonaws.com/media/uploads/programdonation/WqhpWBLkD3Wz22eoXwErsA_df46d070-2d02-4638-ad92-e8b873dd83052043775300869.jpg
"
,
"
user_bank_name
"
:
"
bca
"
,
"
user_bank_account_name
"
:
"
sarah
"
,
"
bank_account_transfer_destination
"
:
"
d225b55b-3b25-4b4a-bd5a-152c308840fb
"
,
"
transfer_destination_bank_name
"
:
"
Bank BCA
"
,
"
transfer_destination_bank_account_name
"
:
"
Admin
"
,
"
transfer_destination_bank_account_number
"
:
"
1234578990
"
,
"
goods_quantity
"
:
null
,
"
goods_description
"
:
null
,
"
delivery_method
"
:
null
,
"
delivery_address
"
:
null
,
"
created_at
"
:
"
2020-11-24T18:00:44.003751+07:00
"
,
"
updated_at
"
:
"
2020-11-24T18:05:06.551801+07:00
"
}]
})
.
once
(
JSON
.
stringify
({
count
:
17
,
next
:
"
https://industripilar-staging.herokuapp.com/transactions/?page=2
"
,
previous
:
null
,
results
:
[
{
id
:
"
0c1db3b2-48f0-4604-83ca-e8f16e8550ab
"
,
transaction_number
:
"
H793P5ZK
"
,
user
:
"
d4b98bb5-8ba4-4a41-af10-93abcf53df58
"
,
user_username
:
"
whtestest
"
,
user_full_name
:
"
Michael Wiryadinata halim
"
,
user_phone_number
:
"
+628192090199
"
,
shipping_address
:
"
ada deh test
"
,
shipping_neighborhood
:
"
002
"
,
shipping_hamlet
:
"
002
"
,
shipping_urban_village
:
"
penggilingan
"
,
shipping_sub_district
:
"
Dummy Sub-District
"
,
transaction_items
:
[
{
id
:
"
37f0298c-2e8a-4ab0-a094-e9177ddc60c4
"
,
product
:
"
3d403cd3-e356-4c15-9a86-8843333e2778
"
,
product_code
:
"
5VK6TY
"
,
product_name
:
"
produk barang
"
,
product_price
:
"
50000.00
"
,
quantity
:
7
,
},
],
transaction_item_subtotal
:
"
350000.00
"
,
shipping_costs
:
"
15000.00
"
,
payment_method
:
"
TRF
"
,
readable_payment_method
:
"
Transfer
"
,
donation
:
"
5000.00
"
,
transaction_status
:
"
002
"
,
readable_transaction_status
:
"
Waiting for seller confirmation
"
,
proof_of_payment
:
null
,
user_bank_account_name
:
"
test
"
,
user_bank_account_number
:
"
1232131241321
"
,
created_at
:
"
2020-04-18T10:59:42.074386+07:00
"
,
updated_at
:
"
2020-04-18T11:00:18.150633+07:00
"
,
subtotal
:
"
370000.00
"
,
},
],
})
)
.
once
(
JSON
.
stringify
({
id
:
"
663392ac-1dd6-462b-9301-a19c1287cefd
"
,
username
:
"
dummyuser
"
,
full_name
:
"
Dummy User
"
,
phone_number
:
"
+6285212345678
"
,
address
:
"
Jl. Dummy No.1
"
,
neighborhood
:
"
000
"
,
hamlet
:
"
000
"
,
urban_village
:
"
Dummy Urban Village
"
,
sub_district
:
"
Dummy Sub-District
"
,
profile_picture
:
null
,
})
);
const
{
getByTestId
}
=
render
(
<
AuthContext
.
Provider
value
=
{{
profile
:
{
token
:
"
BEBAS
"
}
}}
>
<
DetailPengguna
/>
<
/AuthContext.Provider
>
);
await
waitFor
(()
=>
getByTestId
(
"
profile
"
));
const
profile
=
getByTestId
(
"
profile
"
);
expect
(
profile
.
textContent
).
toContain
(
"
dummyuser
"
);
expect
(
profile
.
textContent
).
toContain
(
"
+6285212345678
"
);
expect
(
profile
.
textContent
).
toContain
(
"
Jl. Dummy No.1
"
);
expect
(
profile
.
textContent
).
toContain
(
"
000
"
);
expect
(
profile
.
textContent
).
toContain
(
"
000
"
);
expect
(
profile
.
textContent
).
toContain
(
"
Dummy Sub-District
"
);
expect
(
profile
.
textContent
).
toContain
(
"
Dummy Urban Village
"
);
});
test
(
"
Test mock return error
"
,
async
()
=>
{
fetch
.
once
(
JSON
.
stringify
({
count
:
17
,
next
:
"
https://industripilar-staging.herokuapp.com/transactions/?page=2
"
,
previous
:
null
,
results
:
[
{
id
:
"
0c1db3b2-48f0-4604-83ca-e8f16e8550ab
"
,
transaction_number
:
"
H793P5ZK
"
,
user
:
"
d4b98bb5-8ba4-4a41-af10-93abcf53df58
"
,
user_username
:
"
whtestest
"
,
user_full_name
:
"
Michael Wiryadinata halim
"
,
user_phone_number
:
"
+628192090199
"
,
shipping_address
:
"
ada deh test
"
,
shipping_neighborhood
:
"
002
"
,
shipping_hamlet
:
"
002
"
,
shipping_urban_village
:
"
penggilingan
"
,
shipping_sub_district
:
"
Dummy Sub-District
"
,
transaction_items
:
[
{
id
:
"
37f0298c-2e8a-4ab0-a094-e9177ddc60c4
"
,
product
:
"
3d403cd3-e356-4c15-9a86-8843333e2778
"
,
product_code
:
"
5VK6TY
"
,
product_name
:
"
produk barang
"
,
product_price
:
"
50000.00
"
,
quantity
:
7
,
},
],
transaction_item_subtotal
:
"
350000.00
"
,
shipping_costs
:
"
15000.00
"
,
payment_method
:
"
TRF
"
,
readable_payment_method
:
"
Transfer
"
,
donation
:
"
5000.00
"
,
transaction_status
:
"
002
"
,
readable_transaction_status
:
"
Waiting for seller confirmation
"
,
proof_of_payment
:
null
,
user_bank_account_name
:
"
test
"
,
user_bank_account_number
:
"
1232131241321
"
,
created_at
:
"
2020-04-18T10:59:42.074386+07:00
"
,
updated_at
:
"
2020-04-18T11:00:18.150633+07:00
"
,
subtotal
:
"
370000.00
"
,
},
],
})
)
.
mockReject
(
new
Error
(
"
fake error message
"
));
const
{
getByTestId
}
=
render
(
<
AuthContext
.
Provider
value
=
{{
profile
:
{
token
:
"
BEBAS
"
}
}}
>
<
DetailPengguna
/>
<
/AuthContext.Provider
>
);
const
page
=
getByTestId
(
"
page-profile
"
);
await
waitFor
(()
=>
expect
(
page
.
textContent
).
toContain
(
"
Error !, Please relogin..
"
)
);
});
src/__test__/ListPengguna.test.js
deleted
100644 → 0
View file @
45cc8839
import
React
from
"
react
"
;
import
{
render
,
cleanup
,
act
,
fireEvent
}
from
"
@testing-library/react
"
;
import
ListPengguna
from
"
../page/pengguna/ListPengguna
"
;
import
AuthContext
from
"
../utils/contex
"
;
import
{
waitFor
}
from
"
@testing-library/dom
"
;
beforeEach
(()
=>
{
fetch
.
resetMocks
();
});
afterEach
(
cleanup
);
test
(
"
test fetching API
"
,
async
()
=>
{
fetch
.
mockResponseOnce
(
JSON
.
stringify
({
count
:
2
,
next
:
null
,
previous
:
null
,
results
:
[
{
id
:
"
45897cc5-968c-44cf-931d-e646b095fcaf
"
,
username
:
"
admin-staging
"
,
full_name
:
""
,
phone_number
:
""
,
address
:
""
,
neighborhood
:
""
,
hamlet
:
""
,
urban_village
:
""
,
sub_district
:
""
,
profile_picture
:
null
,
},
{
id
:
"
663392ac-1dd6-462b-9301-a19c1287cefd
"
,
username
:
"
dummyuser
"
,
full_name
:
"
Dummy User
"
,
phone_number
:
"
+6285212345678
"
,
address
:
"
Jl. Dummy No.1
"
,
neighborhood
:
"
000
"
,
hamlet
:
"
000
"
,
urban_village
:
"
Dummy Urban Village
"
,
sub_district
:
"
Dummy Sub-District
"
,
profile_picture
:
null
,
},
],
})
);
const
{
getByTestId
,
getByText
}
=
render
(
<
AuthContext
.
Provider
value
=
{{
profile
:
{
token
:
"
BEBAS
"
}
}}
>
<
ListPengguna
/>
<
/AuthContext.Provider
>
);
await
waitFor
(()
=>
getByTestId
(
"
tableList
"
));
const
data
=
getByText
(
"
Dummy User
"
);
expect
(
data
.
textContent
).
toContain
(
"
Dummy User
"
);
});
test
(
"
test sort users
"
,
async
()
=>
{
fetch
.
mockResponseOnce
(
JSON
.
stringify
({
count
:
2
,
next
:
null
,
previous
:
null
,
results
:
[
{
id
:
"
45897cc5-968c-44cf-931d-e646b095fcaf
"
,
username
:
"
admin-staging
"
,
full_name
:
""
,
phone_number
:
""
,
address
:
""
,
neighborhood
:
""
,
hamlet
:
""
,
urban_village
:
""
,
sub_district
:
""
,
profile_picture
:
null
,
},
{
id
:
"
663392ac-1dd6-462b-9301-a19c1287cefd
"
,
username
:
"
dummyuser
"
,
full_name
:
"
Dummy User
"
,
phone_number
:
"
+6285212345678
"
,
address
:
"
Jl. Dummy No.1
"
,
neighborhood
:
"
000
"
,
hamlet
:
"
000
"
,
urban_village
:
"
Dummy Urban Village
"
,
sub_district
:
"
Dummy Sub-District
"
,
profile_picture
:
null
,
},
],
})
);
const
{
getByTestId
}
=
render
(
<
AuthContext
.
Provider
value
=
{{
profile
:
{
token
:
"
BEBAS
"
}
}}
>
<
ListPengguna
/>
<
/AuthContext.Provider
>
);
await
waitFor
(()
=>
getByTestId
(
"
sort-button
"
));
const
sortButton
=
getByTestId
(
"
sort-button
"
);
expect
(
sortButton
.
textContent
).
toContain
(
"
Urutkan
"
);
await
act
(
async
()
=>
{
await
fireEvent
.
click
(
sortButton
);
});
const
transactionRadio
=
getByTestId
(
"
transaksi-radio
"
);
await
act
(
async
()
=>
{
await
fireEvent
.
click
(
transactionRadio
);
});
const
saveButton
=
getByTestId
(
"
save-button
"
);
await
act
(
async
()
=>
{
await
fireEvent
.
click
(
saveButton
);
});
});
\ No newline at end of file
src/__test__/Pengaturan.test.js
deleted
100644 → 0
View file @
45cc8839
import
{
act
,
cleanup
,
fireEvent
,
render
}
from
"
@testing-library/react
"
;
import
AuthContext
from
"
../utils/contex
"
;
import
React
from
"
react
"
;
import
Pengaturan
from
"
../page/pengaturan/Pengaturan
"
;
import
{
waitFor
}
from
"
@testing-library/dom
"
;
beforeEach
(()
=>
{
fetch
.
resetMocks
();
});
afterEach
(
cleanup
);
test
(
"
Config update email
"
,
async
()
=>
{
fetch
.
once
(
JSON
.
stringify
({
email
:
"
pilar@gmail.com
"
,
})
)
.
once
(
JSON
.
stringify
({
hamlet
:
"
016
"
,
urban_village
:
"
Penggilingan
"
,
sub_district
:
"
Cakung
"
,
same_hamlet_costs
:
"
6000.00
"
,
same_urban_village_different_hamlet_costs
:
"
12000.00
"
,
same_sub_district_different_urban_village_costs
:
"
15000.00
"
,
})
)
.
once
(
JSON
.
stringify
({}),
{
statusCode
:
200
});
const
{
getByTestId
}
=
render
(
<
AuthContext
.
Provider
value
=
{{
profile
:
{
token
:
"
BEBAS
"
}
}}
>
<
Pengaturan
/>
<
/AuthContext.Provider
>
);
const
waitConfig
=
getByTestId
(
"
waiting-config
"
);
expect
(
waitConfig
.
textContent
).
toContain
(
"
Fetching data..
"
);
await
waitFor
(()
=>
getByTestId
(
"
form-config
"
));
const
email
=
getByTestId
(
"
email-admin
"
);
expect
(
email
.
value
).
toEqual
(
"
pilar@gmail.com
"
);
await
act
(
async
()
=>
{
await
fireEvent
.
input
(
email
,
{
target
:
{
value
:
"
test@gmail.com
"
}
});
await
fireEvent
.
submit
(
getByTestId
(
"
submit-email
"
));
});
expect
(
fetch
.
mock
.
calls
.
length
).
toEqual
(
3
);
});
test
(
"
Config update email empty
"
,
async
()
=>
{
fetch
.
once
(
JSON
.
stringify
({
email
:
"
pilar@gmail.com
"
,
})
)
.
once
(
JSON
.
stringify
({
hamlet
:
"
016
"
,
urban_village
:
"
Penggilingan
"
,
sub_district
:
"
Cakung
"
,
same_hamlet_costs
:
"
6000.00
"
,
same_urban_village_different_hamlet_costs
:
"
12000.00
"
,
same_sub_district_different_urban_village_costs
:
"
15000.00
"
,
})
)
.
once
(
JSON
.
stringify
({}),
{
statusCode
:
200
});
const
{
getByTestId
}
=
render
(
<
AuthContext
.
Provider
value
=
{{
profile
:
{
token
:
"
BEBAS
"
}
}}
>
<
Pengaturan
/>
<
/AuthContext.Provider
>
);
const
waitConfig
=
getByTestId
(
"
waiting-config
"
);
expect
(
waitConfig
.
textContent
).
toContain
(
"
Fetching data..
"
);
await
waitFor
(()
=>
getByTestId
(
"
form-config
"
));
const
email
=
getByTestId
(
"
email-admin
"
);
expect
(
email
.
value
).
toEqual
(
"
pilar@gmail.com
"
);
await
act
(
async
()
=>
{
await
fireEvent
.
input
(
email
,
{
target
:
{
value
:
""
}
});
await
fireEvent
.
submit
(
getByTestId
(
"
submit-email
"
));
});
expect
(
fetch
.
mock
.
calls
.
length
).
toEqual
(
2
);
});
test
(
"
Config update shipping
"
,
async
()
=>
{
fetch
.
once
(
JSON
.
stringify
({
email
:
"
pilar@gmail.com
"
,
})
)
.
once
(
JSON
.
stringify
({
hamlet
:
"
016
"
,
urban_village
:
"
Penggilingan
"
,
sub_district
:
"
Cakung
"
,
same_hamlet_costs
:
"
6000.00
"
,
same_urban_village_different_hamlet_costs
:
"
12000.00
"
,
same_sub_district_different_urban_village_costs
:
"
15000.00
"
,
})
)
.
once
(
JSON
.
stringify
({}),
{
statusCode
:
200
});
const
{
getByTestId
}
=
render
(
<
AuthContext
.
Provider
value
=
{{
profile
:
{
token
:
"
BEBAS
"
}
}}
>
<
Pengaturan
/>
<
/AuthContext.Provider
>
);
const
waitConfig
=
getByTestId
(
"
waiting-config
"
);
expect
(
waitConfig
.
textContent
).
toContain
(
"
Fetching data..
"
);
await
waitFor
(()
=>
getByTestId
(
"
form-config
"
));
const
rw
=
getByTestId
(
"
rw
"
);
expect
(
rw
.
value
).
toEqual
(
"
016
"
);
const
kelurahan
=
getByTestId
(
"
kelurahan
"
);
expect
(
kelurahan
.
value
).
toEqual
(
"
Penggilingan
"
);
const
kecamatan
=
getByTestId
(
"
kecamatan
"
);
expect
(
kecamatan
.
value
).
toEqual
(
"
Cakung
"
);
const
rwCost
=
getByTestId
(
"
rw-cost
"
);
expect
(
rwCost
.
value
).
toEqual
(
"
6000.00
"
);
const
kelurahanCost
=
getByTestId
(
"
kelurahan-cost
"
);
expect
(
kelurahanCost
.
value
).
toEqual
(
"
12000.00
"
);
const
kecamatanCost
=
getByTestId
(
"
kecamatan-cost
"
);
expect
(
kecamatanCost
.
value
).
toEqual
(
"
15000.00
"
);
expect
(
fetch
.
mock
.
calls
.
length
).
toEqual
(
2
);
await
act
(
async
()
=>
{
await
fireEvent
.
input
(
rw
,
{
target
:
{
value
:
"
001
"
}
});
await
fireEvent
.
input
(
kelurahan
,
{
target
:
{
value
:
"
ada
"
}
});
await
fireEvent
.
input
(
kecamatan
,
{
target
:
{
value
:
"
deh
"
}
});
await
fireEvent
.
input
(
rwCost
,
{
target
:
{
value
:
"
5000
"
}
});
await
fireEvent
.
input
(
kelurahanCost
,
{
target
:
{
value
:
"
10000
"
}
});
await
fireEvent
.
input
(
kecamatanCost
,
{
target
:
{
value
:
"
12000
"
}
});
await
fireEvent
.
submit
(
getByTestId
(
"
submit-shipping
"
));
});
expect
(
fetch
.
mock
.
calls
.
length
).
toEqual
(
3
);
});
test
(
"
Config update shipping empty
"
,
async
()
=>
{
fetch
.
once
(
JSON
.
stringify
({
email
:
"
pilar@gmail.com
"
,
})
)
.
once
(
JSON
.
stringify
({
hamlet
:
"
016
"
,
urban_village
:
"
Penggilingan
"
,
sub_district
:
"
Cakung
"
,
same_hamlet_costs
:
"
6000.00
"
,
same_urban_village_different_hamlet_costs
:
"
12000.00
"
,
same_sub_district_different_urban_village_costs
:
"
15000.00
"
,
})
)
.
once
(
JSON
.
stringify
({}),
{
statusCode
:
200
});
const
{
getByTestId
}
=
render
(
<
AuthContext
.
Provider
value
=
{{
profile
:
{
token
:
"
BEBAS
"
}
}}
>
<
Pengaturan
/>
<
/AuthContext.Provider
>
);
const
waitConfig
=
getByTestId
(
"
waiting-config
"
);
expect
(
waitConfig
.
textContent
).
toContain
(
"
Fetching data..
"
);
await
waitFor
(()
=>
getByTestId
(
"
form-config
"
));
const
rw
=
getByTestId
(
"
rw
"
);
expect
(
rw
.
value
).
toEqual
(
"
016
"
);
const
kelurahan
=
getByTestId
(
"
kelurahan
"
);
expect
(
kelurahan
.
value
).
toEqual
(
"
Penggilingan
"
);
const
kecamatan
=
getByTestId
(
"
kecamatan
"
);
expect
(
kecamatan
.
value
).
toEqual
(
"
Cakung
"
);
const
rwCost
=
getByTestId
(
"
rw-cost
"
);
expect
(
rwCost
.
value
).
toEqual
(
"
6000.00
"
);
const
kelurahanCost
=
getByTestId
(
"
kelurahan-cost
"
);
expect
(
kelurahanCost
.
value
).
toEqual
(
"
12000.00
"
);
const
kecamatanCost
=
getByTestId
(
"
kecamatan-cost
"
);