File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
java/ru/mystamps/web/feature/collection
webapp/WEB-INF/views/series
test/robotframework/collection/add-series Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
import static ru .mystamps .web .feature .series .SeriesValidation .MIN_STAMPS_IN_SERIES ;
29
29
30
30
// @todo #477 Add to collection: integration test for invisible quantity for a series with 1 stamp
31
- // @todo #477 Add to collection: series quantity should be specified by default
32
31
// @todo #477 Add to collection: add integration test for custom number of stamps
33
32
// @todo #663 Add to collection: add integration test for specifying a price
34
33
@ Getter
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ <h5 class="text-center" th:text="#{t_similar_series}">
368
368
< p th:text ="#{t_series_not_in_collection} ">
369
369
Series isn't part of your collection
370
370
</ p >
371
- < p th:if ="${series.quantity != 1} ">
371
+ < p id =" number-of-stamps-block " th:if ="${series.quantity != 1} ">
372
372
< span th:text ="#{t_i_have} " th:remove ="tag "> I have</ span >
373
373
< input id ="number-of-stamps "
374
374
type ="number "
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Force Tags collection series logic
9
9
*** Test Cases ***
10
10
Add a series to user's collection
11
11
Go To ${SITE_URL } /series/2
12
+ Element Text Should Be id:number-of-stamps-block I have 2 out of 2 stamps
12
13
Submit Form id:add-series-form
13
14
Page Should Contain Link css:[href="/series/2"]
14
15
You can’t perform that action at this time.
0 commit comments