Skip to content

Commit 804dd84

Browse files
committed
WhenAnonymousUserOpenNotExistingCategoryPage: fix URL of testing page.
Should be in 221b8e5 commit. No functional changes.
1 parent b5d796f commit 804dd84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/ru/mystamps/web/tests/cases/WhenAnonymousUserOpenNotExistingCategoryPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void shouldShow404Page() {
4242
String absentCategoryId = "888";
4343
String url = Url.INFO_CATEGORY_PAGE
4444
.replace("{id}", absentCategoryId)
45-
.replace("slug", "category-404-error-test");
45+
.replace("{slug}", "category-404-error-test");
4646
page.open(url);
4747

4848
checkStandardStructure();

0 commit comments

Comments
 (0)