Skip to content

Commit ebe7721

Browse files
committed
Change URL for a test series info page to make it more consisten with others.
Should be in 0814b35 commit. Addressed to #695 No functional changes.
1 parent df45acd commit ebe7721

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/ru/mystamps/web/controller/TestController.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void simpleHtml(HttpServletResponse response) throws IOException {
6767
);
6868
}
6969

70-
@GetMapping("/valid/series-info/existing-seller")
70+
@GetMapping("/test/valid/series-info/existing-seller")
7171
public void seriesInfoWithExistingSeller(HttpServletResponse response) throws IOException {
7272
response.setContentType("text/html");
7373
response.setCharacterEncoding("UTF-8");

src/test/robotframework/series/import/request-logic.robot

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Import series from an external site (in Russian, use description locator)
7878

7979
Import series and series sale with existing seller from an external site
8080
[Documentation] Verify import series and sale (with existing seller)
81-
Input Text id=url http://localhost:8080/valid/series-info/existing-seller
81+
Input Text id=url http://localhost:8080/test/valid/series-info/existing-seller
8282
Submit Form id=import-series-form
8383
${requestLocation}= Get Location
8484
Should Match Regexp ${requestLocation} /series/import/request/\\d+
@@ -93,7 +93,7 @@ Import series and series sale with existing seller from an external site
9393
${currentDate}= Get Current Date result_format=%d.%m.%Y
9494
Element Text Should Be id=series-sale-1-info ${currentDate} Eicca Toppinen was selling for 111.00 RUB
9595
Link Should Point To id=series-sale-1-seller http://example.com/eicca-toppinen
96-
Link Should Point To id=series-sale-1-transaction http://localhost:8080/valid/series-info/existing-seller
96+
Link Should Point To id=series-sale-1-transaction http://localhost:8080/test/valid/series-info/existing-seller
9797
Go To ${requestLocation}
9898
# after importing a series, sale info at the request page should be shown as read-only
9999
Element Should Be Disabled id=seller

0 commit comments

Comments
 (0)