Skip to content

Commit abd0ba7

Browse files
committed
test: remove a test on Cucumber-JVM that we never run.
This reverts f72c87d commit. We will implement the same test again on RobotFramework instead. Fix #1019
1 parent ff4f1bf commit abd0ba7

File tree

6 files changed

+3
-133
lines changed

6 files changed

+3
-133
lines changed

pom.xml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -371,20 +371,6 @@
371371
</exclusions>
372372
</dependency>
373373

374-
<dependency>
375-
<groupId>info.cukes</groupId>
376-
<artifactId>cucumber-java</artifactId>
377-
<version>${cucumber.version}</version>
378-
<scope>test</scope>
379-
</dependency>
380-
381-
<dependency>
382-
<groupId>info.cukes</groupId>
383-
<artifactId>cucumber-junit</artifactId>
384-
<version>${cucumber.version}</version>
385-
<scope>test</scope>
386-
</dependency>
387-
388374
<dependency>
389375
<groupId>io.qala.datagen</groupId>
390376
<artifactId>qala-datagen</artifactId>
@@ -494,7 +480,6 @@
494480
<commons.lang.version>3.8</commons.lang.version>
495481
<commons.text.version>1.4</commons.text.version>
496482
<compiler.plugin.version>3.7.0</compiler.plugin.version>
497-
<cucumber.version>1.2.5</cucumber.version>
498483
<datagen.version>2.2.1</datagen.version>
499484

500485
<!-- Disable XML reports by default. Enabled manually by passing -DdisableXmlReport=false in CI environment -->

src/main/webapp/WEB-INF/views/account/auth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h3 th:text="#{t_authentication_on_site}">
115115

116116
<div class="form-group">
117117
<div class="col-sm-offset-4 col-sm-4">
118-
<input type="submit" class="btn btn-primary" id="auth-submit" value="Sign in" th:value="#{t_enter}" />
118+
<input type="submit" class="btn btn-primary" value="Sign in" th:value="#{t_enter}" />
119119
</div>
120120
</div>
121121

src/main/webapp/WEB-INF/views/series/info.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ <h5 class="text-center" th:text="#{t_similar_series}">
432432
<input type="hidden" name="action" value="ADD" />
433433
<input type="hidden" name="seriesId" value="1" th:value="${series.id}" />
434434
<input type="hidden" name="numberOfStamps" value="1" th:if="${series.quantity == 1}" />
435-
<input id="series-success" type="submit" class="btn btn-success" value="Add to collection" th:value="#{t_add_to_collection}" />
435+
<input type="submit" class="btn btn-success" value="Add to collection" th:value="#{t_add_to_collection}" />
436436
</p>
437437
</form>
438438
</div>
@@ -445,7 +445,7 @@ <h5 class="text-center" th:text="#{t_similar_series}">
445445
</p>
446446
<p>
447447
<input type="hidden" name="action" value="REMOVE" />
448-
<input id="series-danger" type="submit" class="btn btn-danger" value="Remove from collection" th:value="#{t_remove_from_collection}" />
448+
<input type="submit" class="btn btn-danger" value="Remove from collection" th:value="#{t_remove_from_collection}" />
449449
</p>
450450
</form>
451451
</div>

src/test/java/ru/mystamps/web/test/integration/cucumber/CucumberRunner.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

src/test/java/ru/mystamps/web/test/integration/cucumber/step/StepDefinitions.java

Lines changed: 0 additions & 77 deletions
This file was deleted.

src/test/resources/features/collection.feature

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)