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-mobile
Commits
1a4e9c33
Commit
1a4e9c33
authored
Dec 22, 2020
by
Tsamara Esperanti Erwin
Browse files
[RED] Edit test for navbar icon
parent
8a1aeea9
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/bottom_navigation_bar_test.dart
View file @
1a4e9c33
...
...
@@ -140,7 +140,7 @@ void main() {
testWidgets
(
'Test initial to belanja saya loading'
,
(
WidgetTester
tester
)
async
{
await
tester
.
pumpWidget
(
testWidget
);
await
tester
.
tap
(
find
.
byIcon
(
Icons
.
shopping_cart
).
last
);
await
tester
.
tap
(
find
.
byIcon
(
Icons
.
receipt
)
);
await
tester
.
pumpAndSettle
();
expect
(
find
.
text
(
'Belanja Saya'
),
findsNWidgets
(
2
));
});
...
...
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