Skip to content

Commit

Permalink
update smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova committed Jun 16, 2022
1 parent 9aeaa70 commit 96e86a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/sidebar.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ test.describe("sidenav versions", () => {
{
title: "Root page links to /latest/",
src: "/gateway/",
link_text: "Install and Run",
link_text: "Installation Options",
expected_url: "/gateway/latest/install-and-run/",
},
{
Expand All @@ -139,7 +139,7 @@ test.describe("sidenav versions", () => {
{
title: "Sub page links to latest",
src: "/gateway/latest/admin-api/",
link_text: "Install and Run",
link_text: "Installation Options",
expected_url: "/gateway/latest/install-and-run/",
},
{
Expand Down

0 comments on commit 96e86a0

Please sign in to comment.