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
DTB-Layanan Fasilitas Publik Penyandang Disabilitas
PoiPoLeGan-PPLapanganTembak-DTB Layanan Fasilitas Publik Penyandang Disabilitas-FE
Commits
a8745395
Commit
a8745395
authored
Mar 29, 2020
by
Firriyal Bin Yahya
Browse files
[CHORE] hilangin pumpandsettle di test fungsional pencarian
parent
6cbffac1
Pipeline
#37674
failed with stages
in 3 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/pencarian_test.dart
View file @
a8745395
...
...
@@ -40,7 +40,6 @@ void main() {
await
tester
.
pumpWidget
(
MaterialApp
(
home:
Pencarian
()));
await
tester
.
enterText
(
find
.
byKey
(
const
Key
(
"Text Field Mau Kemana"
)),
"Coolidge"
);
await
tester
.
pump
();
await
tester
.
pumpAndSettle
();
expect
(
find
.
byKey
(
const
Key
(
"api-Coolidge"
)),
findsOneWidget
);
// [TODO] tiap item itu punya key unik
...
...
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