Skip to content

Commit 9454c88

Browse files
committed
Unbreak integration tests by update test case to take into account the latest improvement.
Correction for aabf4b4 commit.
1 parent 791d4b3 commit 9454c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Import series from an external site (in Russian, use description locator)
6666
${quantity}= Get Value id=quantity
6767
${imageUrl}= Get Value id=image-url
6868
${year}= Get Selected List Label id=year
69-
Element Text Should Be id=request-url http://localhost:8080/series/2?lang=ru&str=%D1%82%D0%B5%D1%81%D1%82
69+
Element Text Should Be id=request-url http://localhost:8080/series/2?lang=ru&str=тест
7070
Element Text Should Be id=request-status ParsingSucceeded
7171
Should Be Equal ${category} Prehistoric animals
7272
Should Be Equal ${country} Italy

0 commit comments

Comments
 (0)