@@ -127,28 +127,6 @@ public void commentShouldBeStripedFromLeadingAndTrailingSpaces() {
127
127
assertThat (page ).field ("comment" ).hasValue ("example comment" );
128
128
}
129
129
130
- @ Test (groups = "logic" , dependsOnGroups = { "std" , "misc" })
131
- public void shouldIgnoreDuplicatedCatalogNumbers () {
132
- page .fillCategory (validCategoryName );
133
- page .fillQuantity ("2" );
134
- page .fillImage (SAMPLE_IMAGE_PATH );
135
- page .showCatalogNumbers ();
136
-
137
- page .fillMichelNumbers ("104,105,104" );
138
- page .fillScottNumbers ("114,115,114" );
139
- page .fillYvertNumbers ("124,125,124" );
140
- page .fillGibbonsNumbers ("134,135,134" );
141
-
142
- AbstractPage next = page .submit ();
143
- assertThat (next ).isInstanceOf (InfoSeriesPage .class );
144
-
145
- InfoSeriesPage nextPage = (InfoSeriesPage )next ;
146
- assertThat (nextPage .getMichelCatalogInfo ()).isEqualTo ("#104, 105" );
147
- assertThat (nextPage .getScottCatalogInfo ()).isEqualTo ("#114, 115" );
148
- assertThat (nextPage .getYvertCatalogInfo ()).isEqualTo ("#124, 125" );
149
- assertThat (nextPage .getGibbonsCatalogInfo ()).isEqualTo ("#134, 135" );
150
- }
151
-
152
130
@ Test (groups = "logic" , dependsOnGroups = { "std" , "misc" })
153
131
public void shouldAllowExistingCatalogNumbers () {
154
132
page .fillCategory (validCategoryName );
0 commit comments