Skip to content

Commit 1af0747

Browse files
committed
Modify image-url-locator for mockserver to point to self-explainable locator.
No functional changes.
1 parent d90ae3a commit 1af0747

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/main/resources/application-test.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ app.site-parser[1].currency-value = RUB
6161

6262
app.site-parser[2].name = mockserver
6363
app.site-parser[2].matched-url = http://127.0.0.1:8888
64-
app.site-parser[2].image-url-locator = #series-image-link-1
64+
app.site-parser[2].image-url-locator = #test-image
6565
app.site-parser[2].short-description-locator = #test-description
6666
app.site-parser[2].seller-locator = #test-seller
6767
app.site-parser[2].price-locator = #test-price

src/main/resources/application-travis.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ app.site-parser[1].currency-value = RUB
5858

5959
app.site-parser[2].name = mockserver
6060
app.site-parser[2].matched-url = http://127.0.0.1:8888
61-
app.site-parser[2].image-url-locator = #series-image-link-1
61+
app.site-parser[2].image-url-locator = #test-image
6262
app.site-parser[2].short-description-locator = #test-description
6363
app.site-parser[2].seller-locator = #test-seller
6464
app.site-parser[2].price-locator = #test-price

src/test/wiremock/__files/series/import/request-logic/catalog-numbers-in-description.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Series info (catalog numbers in description)</title>
66
</head>
77
<body>
8-
Image: <a id="series-image-link-1" href="http://127.0.0.1:8080/image/1">series image</a>
8+
Image: <a id="test-image" href="http://127.0.0.1:8080/image/1">series image</a>
99
<br />
1010
Info: <span id="test-description">Спорт, 17 марок, Mi# 2242-2246</span>
1111
</body>

src/test/wiremock/__files/series/import/request-logic/existing-seller.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Series info (existing seller))</title>
66
</head>
77
<body>
8-
Image: <a id="series-image-link-1" href="http://127.0.0.1:8080/image/1">series image</a><br />
8+
Image: <a id="test-image" href="http://127.0.0.1:8080/image/1">series image</a><br />
99
Seller: <a id="test-seller" href="http://example.com/eicca-toppinen">Eicca Toppinen</a><br />
1010
Price: <span id="test-price">111</span> RUB<br />
1111
<!--

src/test/wiremock/__files/series/import/request-logic/new-seller.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>Series info (new seller)</title>
66
</head>
77
<body>
8-
Image: <a id="series-image-link-1" href="http://127.0.0.1:8080/image/1">series image</a><br />
8+
Image: <a id="test-image" href="http://127.0.0.1:8080/image/1">series image</a><br />
99
Seller: <a id="test-seller" href="http://example.com/lando-livianus">Lando Livianus</a><br />
1010
Price: <span id="test-price">320.5</span> RUB<br />
1111
<!--

0 commit comments

Comments
 (0)