From 5975183b569aabc11657d3091e1e27a9146255f5 Mon Sep 17 00:00:00 2001 From: Pavel Butuzov <73579433+PavelButuzov@users.noreply.github.com> Date: Thu, 23 Nov 2023 10:09:45 +0300 Subject: [PATCH] Update README.md --- testit-adapter-playwright/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testit-adapter-playwright/README.md b/testit-adapter-playwright/README.md index 15f534f..84ef7f5 100644 --- a/testit-adapter-playwright/README.md +++ b/testit-adapter-playwright/README.md @@ -124,7 +124,7 @@ test('All annotations', async () => { testit.addAttachment('file01.txt', 'Content', {contentType: "text/markdown",}); - testit.step("step with title", async () => { + await testit.step("step with title", async () => { }); }); ```