Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelButuzov authored Nov 23, 2023
1 parent 765ebc1 commit 5975183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testit-adapter-playwright/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
});
});
```
Expand Down

0 comments on commit 5975183

Please sign in to comment.