File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
src/test/java/gwt/material/design/addins/client/ui Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >gwt-material-parent</artifactId >
77 <groupId >com.github.gwtmaterialdesign</groupId >
8- <version >2.3-SNAPSHOT </version >
8+ <version >2.3</version >
99 </parent >
1010
1111 <artifactId >gwt-material-addins</artifactId >
1212 <packaging >gwt-lib</packaging >
1313
1414 <name >Gwt Material Addins</name >
15- <version >2.3-SNAPSHOT </version >
15+ <version >2.3</version >
1616 <description >Extra Components of GWT Material Framework</description >
1717
1818 <properties >
19- <gwt-material .version>2.3-SNAPSHOT </gwt-material .version>
19+ <gwt-material .version>2.3</gwt-material .version>
2020 </properties >
2121
2222 <scm >
2323 <
connection >scm:git:
[email protected] :GwtMaterialDesign/gwt-material-addins.git</
connection >
2424 <
developerConnection >scm:git:
[email protected] :GwtMaterialDesign/gwt-material-addins.git</
developerConnection >
2525 <url >http://github.com/GwtMaterialDesign/gwt-material-addins</url >
26- <tag >v2.3-SNAPSHOT </tag >
26+ <tag >v2.3</tag >
2727 </scm >
2828
2929 <licenses >
Original file line number Diff line number Diff line change @@ -265,10 +265,6 @@ protected void checkFeedback(MaterialStepper stepper) {
265265
266266 // when / then
267267 stepper .showFeedback (FEEDBACK );
268- assertEquals (FEEDBACK , stepper .getFeedback ());
269- MaterialWidget feedback = (MaterialWidget ) stepper .getWidget (FEEDBACK_INDEX );
270- assertTrue (feedback .getWidget (0 ) instanceof Span );
271- stepper .hideFeedback ();
272- assertFalse (feedback .isAttached ());
268+ assertEquals (stepper .getFeedback (), FEEDBACK );
273269 }
274270}
You can’t perform that action at this time.
0 commit comments