From 91257beef1db2f7825bbc1fd0f7d552b0400452d Mon Sep 17 00:00:00 2001 From: Federico Tedin Date: Mon, 23 Dec 2024 18:49:19 +0100 Subject: [PATCH] Revert "Test file modifications" This reverts commit cab6dae9bd1f3c777160af521d68fa19f5fe6cbd. --- docs/sources/k6/next/using-k6/checks.md | 2 +- docs/sources/k6/next/using-k6/test-lifecycle.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/k6/next/using-k6/checks.md b/docs/sources/k6/next/using-k6/checks.md index 12bda2fcbf..1cfbbc0384 100644 --- a/docs/sources/k6/next/using-k6/checks.md +++ b/docs/sources/k6/next/using-k6/checks.md @@ -100,7 +100,7 @@ $ k6 run script.js In this example, note that the check "is status 200" succeeded 100% of the times it was called. -## Add multiple checks. +## Add multiple checks You can also add multiple checks within a single [check()](https://grafana.com/docs/k6//javascript-api/k6/check) statement: diff --git a/docs/sources/k6/next/using-k6/test-lifecycle.md b/docs/sources/k6/next/using-k6/test-lifecycle.md index 42476b5991..46f612691c 100644 --- a/docs/sources/k6/next/using-k6/test-lifecycle.md +++ b/docs/sources/k6/next/using-k6/test-lifecycle.md @@ -17,7 +17,7 @@ a script always runs through these stages in the same order: {{< admonition type="note" >}} **Lifecycle functions** -. + Except for init code, each stage occurs in a _lifecycle function_, a function called in a specific sequence in the k6 runtime.