File tree 2 files changed +17
-1
lines changed
main/webapp/WEB-INF/views/series
test/robotframework/series/search 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ <h3 class="text-center" th:text="${#strings.capitalize(search_results)}">
85
85
< span th:if ="${series.country != null} " th:remove ="tag ">
86
86
< a href ="../country/info.html " th:href ="@{${INFO_COUNTRY_PAGE}(slug=${series.country.slug})} " th:text ="${series.country.name} "> Italy</ a > »
87
87
</ span >
88
- < a href ="../series/info.html " th:href ="@{${INFO_SERIES_PAGE}(id=${series.id})} ">
88
+ < a th:id =" 'series-'+${series.id} " href ="../series/info.html " th:href ="@{${INFO_SERIES_PAGE}(id=${series.id})} ">
89
89
< span th:remove ="tag " th:if ="${series.releaseYear != null} " th:text ="|${series.releaseYear}, | "> 1999, </ span >
90
90
< span th:remove ="tag " th:text ="|${series.quantity} ${series.quantity != 1 ? '__#{t_stamps}__' : '__#{t_stamp}__'}| "> 7 stamps</ span >
91
91
< span th:remove ="tag " th:if ="${not series.perforated} " th:text ="|(#{t_wo_perforation_short})| "> (without perforation)</ span >
Original file line number Diff line number Diff line change @@ -13,7 +13,23 @@ Search series by non-existing catalog number
13
13
Submit Form id=search-series-form
14
14
Element Text Should Be id=no-series-found No series found
15
15
16
+ Search series by existing catalog number
17
+ [Template] Search Series By Catalog By Name And Number
18
+ michel 99
19
+ scott 99
20
+ yvert 99
21
+ gibbons 99
22
+
16
23
*** Keywords ***
17
24
Before Test Suite
18
25
Open Browser ${SITE_URL } / ${BROWSER }
19
26
Register Keyword To Run On Failure Log Source
27
+
28
+ Search Series By Catalog By Name And Number
29
+ [Arguments] ${catalogName } ${catalogNumber }
30
+ Go To ${SITE_URL }
31
+ Input Text id=catalogNumber ${catalogNumber }
32
+ Select From List By Value id=catalogName ${catalogName }
33
+ Submit Form id=search-series-form
34
+ Link Should Point To id=series-1 ${SITE_URL } /series/1
35
+
You can’t perform that action at this time.
0 commit comments