File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
main/webapp/WEB-INF/views/series
test/robotframework/series/search Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ <h3 class="text-center" th:text="${#strings.capitalize(search_results)}">
77
77
78
78
< div class ="row ">
79
79
< div class ="col-sm-4 ">
80
- < ul class ="search-results " th:if ="${not #lists.isEmpty(searchResults)} " th:remove ="all-but-first ">
80
+ < ul id ="search-results " th:if ="${not #lists.isEmpty(searchResults)} " th:remove ="all-but-first ">
81
81
< li th:each ="series : ${searchResults} ">
82
82
< span th:if ="${series.category != null} " th:remove ="tag ">
83
83
< a href ="../category/info.html " th:href ="@{${INFO_CATEGORY_PAGE}(slug=${series.category.slug})} " th:text ="${series.category.name} "> Animals</ a > »
Original file line number Diff line number Diff line change @@ -33,4 +33,4 @@ Search Series By Catalog Name And Number
33
33
Input Text id=catalogNumber ${number }
34
34
Select From List By Value id=catalogName ${name }
35
35
Submit Form id=search-series-form
36
- Page Should Contain Element css=. search-results [href="/series/1"]
36
+ Page Should Contain Element css=# search-results [href="/series/1"]
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ Search Series By Catalog Name And Number In Collection
38
38
Select From List By Value id=catalogName ${name }
39
39
Select Checkbox id=in-collection
40
40
Submit Form id=search-series-form
41
- Page Should Contain Element css=. search-results [href="/series/1"]
41
+ Page Should Contain Element css=# search-results [href="/series/1"]
You can’t perform that action at this time.
0 commit comments