Skip to content

Commit

Permalink
test: replaced IconButton with Icon from golden tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Oct 9, 2024
1 parent 0d8fb4b commit ebc5501
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/components/banner/banner_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ void main() {
context: context,
title: 'Banner Title',
leadingIcon: Icons.info,
trailing: const ZetaIconButton(icon: ZetaIcons.close),
trailing: const Icon(Icons.chevron_right),
type: type,
);
},
Expand Down
Binary file modified test/src/components/banner/golden/banner_negative.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/src/components/banner/golden/banner_positive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/src/components/banner/golden/banner_primary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/src/components/banner/golden/banner_warning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ebc5501

Please sign in to comment.