Fakultas Ilmu Komputer UI
Skip to content
GitLab
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
258a3324
Commit
258a3324
authored
Apr 18, 2020
by
Agnes Handoko
Browse files
[GREEN] fix number of container on list sekolah test
parent
cc25fe8e
Pipeline
#41165
passed with stages
in 15 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
test/list_sekolah_test.dart
View file @
258a3324
...
...
@@ -28,7 +28,7 @@ void main() {
await
tester
.
pumpWidget
(
buildTestableWidget
(
ListSekolah
()));
await
tester
.
tap
(
find
.
byKey
(
Key
(
'FilterButton'
)));
await
tester
.
pump
(
Duration
(
seconds:
1
));
expect
(
find
.
byType
(
Container
),
findsNWidgets
(
3
2
));
expect
(
find
.
byType
(
Container
),
findsNWidgets
(
3
4
));
expect
(
find
.
byType
(
Row
),
findsNWidgets
(
21
));
expect
(
find
.
byType
(
Column
),
findsNWidgets
(
5
));
expect
(
find
.
byType
(
Text
),
findsNWidgets
(
27
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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