feat(UX-881): Range Selector #694
Annotations
1 error
Run ZebraDevs/flutter-code-quality@main
⛔️ - 6 tests failed</br >
<details><summary>See details</summary>
<details><summary>Golden Tests range_selector_rounded_continuous golden</br></summary>`══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════<br>The following TestFailure was thrown running a test:<br>Expected: one widget whose rasterized image matches golden image<br>"file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/golden/range_selector_rounded_continuous.png"<br> Actual: _TypeWidgetFinder:<Found 1 widget with type "ZetaRangeSelector": [<br> ZetaRangeSelector(rounded: null, min: 0.0, max: 100.0, label: "Label", has onChange,<br>divisions: null, semanticLabel: null, showValues: true, initialValues: RangeValues(20.0, 80.0),<br>largeSliderThumbs: false, dependencies: [Zeta], state: _ZetaRangeSelectorState#d4a60(disabled:<br>false)),<br> ]><br> Which: does not match<br><br>When the exception was thrown, this was the stack:<br>#0 fail (package:matcher/src/expect/expect.dart:149:31)<br>#1 _expect.<anonymous closure> (package:matcher/src/expect/expect.dart:125:9)<br><asynchronous suspension><br><asynchronous suspension><br>#8 expectLater.<anonymous closure> (package:flutter_test/src/widget_tester.dart:518:24)<br><asynchronous suspension><br>#9 goldenTest.<anonymous closure> (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)<br><asynchronous suspension><br>#10 testWidgets.<anonymous closure>.<anonymous closure> (package:flutter_test/src/widget_tester.dart:189:15)<br><asynchronous suspension><br>#11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)<br><asynchronous suspension><br><asynchronous suspension><br>(elided 7 frames from dart:async and package:stack_trace)<br><br>The test description was:<br> range_selector_rounded_continuous golden<br>════════════════════════════════════════════════════════════════════════════════════════════════════`</details><details><summary>Golden Tests range_selector_rounded_stepped golden</br></summary>`══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════<br>The following TestFailure was thrown running a test:<br>Expected: one widget whose rasterized image matches golden image<br>"file:///home/runner/work/zeta_flutter/zeta_flutter/test/src/components/range_selector/golden/range_selector_rounded_stepped.png"<br> Actual: _TypeWidgetFinder:<Found 1 widget with type "ZetaRangeSelector": [<br> ZetaRangeSelector(rounded: null, min: 0.0, max: 100.0, label: "Label", has onChange,<br>divisions: 10, semanticLabel: null, showValues: true, initialValues: RangeValues(20.0, 80.0),<br>largeSliderThumbs: false, dependencies: [Zeta], state: _ZetaRangeSelectorState#6c127(disabled:<br>false)),<br> ]><br> Which: does not match<br><br>When the exception was thrown, this was the stack:<br>#0 fail (package:matcher/src/expect/expect.dart:149:31)<br>#1 _expect.<anonymous closure> (package:matcher/src/expect/expect.dart:125:9)<br><asynchronous suspension><br><asynchronous suspension><br>#8 expectLater.<anonymous closure> (package:flutter_test/src/widget_tester.dart:518:24)<br><asynchronous suspension><br>#9 goldenTest.<anonymous closure> (file:///home/runner/work/zeta_flutter/zeta_flutter/test/test_utils/utils.dart:65:5)<br><asynchronous suspension><br>#10 testWidgets.<anonymous closure>.<anonymous closure> (package:flutter_test/src/widget_tester.dart:189:15)<br><asynchronous suspension><br>#11 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1032:5)<br><asynchronous suspension><br><asynchronous suspension><br>(elided 7 frames from dart:async and package:stack_trace)<br><br>The test description was:<br> range_selector_rounded_stepped golden<br>════════════════════════════════════════════════════════════════════════════════════════════════════`</details><details><summary>Golden Tests range_selector_round
|
Loading