File tree Expand file tree Collapse file tree 6 files changed +3
-133
lines changed
main/webapp/WEB-INF/views
java/ru/mystamps/web/test/integration/cucumber Expand file tree Collapse file tree 6 files changed +3
-133
lines changed Original file line number Diff line number Diff line change 371
371
</exclusions >
372
372
</dependency >
373
373
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
-
388
374
<dependency >
389
375
<groupId >io.qala.datagen</groupId >
390
376
<artifactId >qala-datagen</artifactId >
494
480
<commons .lang.version>3.8</commons .lang.version>
495
481
<commons .text.version>1.4</commons .text.version>
496
482
<compiler .plugin.version>3.7.0</compiler .plugin.version>
497
- <cucumber .version>1.2.5</cucumber .version>
498
483
<datagen .version>2.2.1</datagen .version>
499
484
500
485
<!-- Disable XML reports by default. Enabled manually by passing -DdisableXmlReport=false in CI environment -->
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ <h3 th:text="#{t_authentication_on_site}">
115
115
116
116
< div class ="form-group ">
117
117
< 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} " />
119
119
</ div >
120
120
</ div >
121
121
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ <h5 class="text-center" th:text="#{t_similar_series}">
432
432
< input type ="hidden " name ="action " value ="ADD " />
433
433
< input type ="hidden " name ="seriesId " value ="1 " th:value ="${series.id} " />
434
434
< 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} " />
436
436
</ p >
437
437
</ form >
438
438
</ div >
@@ -445,7 +445,7 @@ <h5 class="text-center" th:text="#{t_similar_series}">
445
445
</p>
446
446
<p>
447
447
<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}" />
449
449
</p>
450
450
</form>
451
451
</div>
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments