-
Notifications
You must be signed in to change notification settings - Fork 600
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update smoke tests for new IA (#4213)
update smoke tests for new IA
- Loading branch information
1 parent
1ad3d24
commit c073328
Showing
4 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
--- | ||
/gateway-oss/VERSION/configuration/: "/gateway/VERSION/reference/configuration/" | ||
/gateway/VERSION/install-and-run/rhel/: "/gateway/VERSION/kong-production/install-options/linux/rhel/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
const { test, expect } = require("@playwright/test"); | ||
|
||
test("latest page contains a version", async ({ page }) => { | ||
await page.goto("/gateway/latest/install-and-run/rhel/"); | ||
await page.goto("/gateway/latest/kong-production/install-options/linux/rhel/"); | ||
await expect(page.locator(".codeblock").first()).not.toContainText("kong-enterprise-edition-.rpm"); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters