Skip to content

Commit 841b69a

Browse files
authored
Merge branch 'main' into secure-your-fleet-r3
2 parents 1fc2ede + f93ca59 commit 841b69a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

content/nginx-one/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ The `install` script writes an `nginx-agent.conf` file to the `/etc/nginx-agent/
182182
183183
---
184184
185+
## Enable NGINX metrics reporting {#enable-nginx-metrics-reporting}
186+
185187
The NGINX One Console dashboard relies on APIs for NGINX Plus and NGINX Open Source Stub Status to report traffic and system metrics. The following sections show you how to enable those metrics.
186188
187189
### Enable NGINX Plus API

tests/search.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { handleConsentPopup, waitFor } from '../tests/utils/commonUtils.ts'
44
test.describe("Testing search page", () => {
55
test('Searchbar is visible', async ({ page }) => {
66
await page.goto('/');
7-
await waitFor(() => handleConsentPopup(page));
7+
await waitFor(async () => await handleConsentPopup(page));
88

99
const searchBox = page.locator('.CoveoSearchbox').first();
1010
const searchButton = page.locator('.CoveoSearchButton');

0 commit comments

Comments
 (0)